FILS Discovery Frame Control subfield of FILS Discovery Information field. More...
#include "mgt-action-headers.h"
Public Member Functions | |
| uint32_t | Deserialize (Buffer::Iterator start) |
| read content from a given buffer | |
| void | Serialize (Buffer::Iterator &start) const |
| serialize content to a given buffer | |
Public Attributes | |
| bool | m_anoPresenceInd {false} |
| ANO Presence Indicator. | |
| bool | m_apCsnPresenceInd {false} |
| AP-CSN Presence Indicator. | |
| bool | m_capPresenceInd {false} |
| Capability Presence Indicator. | |
| bool | m_chCntrFreqSeg1PresenceInd {false} |
| Channel Center Frequency Segment 1 Presence Indicator. | |
| bool | m_lenPresenceInd {false} |
| Length Presence Indicator. | |
| uint8_t | m_mdPresenceInd: 1 {0} |
| MD Presence Indicator (not supported). | |
| bool | m_primChPresenceInd {false} |
| Primary Channel Presence Indicator. | |
| uint8_t | m_reserved: 2 {0} |
| Reserved Bits. | |
| uint8_t | m_rsnInfoPresenceInd: 1 {0} |
| RSN info Presence Indicator (not supported). | |
| uint8_t | m_shortSsidInd: 1 {0} |
| Short SSID Indicator (not supported). | |
| uint8_t | m_ssidLen: 5 {0} |
| SSID Length. | |
FILS Discovery Frame Control subfield of FILS Discovery Information field.
Definition at line 735 of file mgt-action-headers.h.
| uint32_t ns3::FilsDiscHeader::FilsDiscFrameControl::Deserialize | ( | Buffer::Iterator | start | ) |
read content from a given buffer
| start | input buffer iterator |
Definition at line 1712 of file mgt-action-headers.cc.
References m_anoPresenceInd, m_apCsnPresenceInd, m_capPresenceInd, m_chCntrFreqSeg1PresenceInd, m_lenPresenceInd, m_mdPresenceInd, m_primChPresenceInd, m_rsnInfoPresenceInd, m_shortSsidInd, and m_ssidLen.
| void ns3::FilsDiscHeader::FilsDiscFrameControl::Serialize | ( | Buffer::Iterator & | start | ) | const |
serialize content to a given buffer
| start | given input buffer iterator |
Definition at line 1701 of file mgt-action-headers.cc.
References m_anoPresenceInd, m_apCsnPresenceInd, m_capPresenceInd, m_chCntrFreqSeg1PresenceInd, m_lenPresenceInd, m_mdPresenceInd, m_primChPresenceInd, m_rsnInfoPresenceInd, m_shortSsidInd, and m_ssidLen.
| bool ns3::FilsDiscHeader::FilsDiscFrameControl::m_anoPresenceInd {false} |
ANO Presence Indicator.
Definition at line 741 of file mgt-action-headers.h.
Referenced by Deserialize(), ns3::operator<<(), and Serialize().
| bool ns3::FilsDiscHeader::FilsDiscFrameControl::m_apCsnPresenceInd {false} |
AP-CSN Presence Indicator.
Definition at line 740 of file mgt-action-headers.h.
Referenced by Deserialize(), ns3::operator<<(), and Serialize().
| bool ns3::FilsDiscHeader::FilsDiscFrameControl::m_capPresenceInd {false} |
Capability Presence Indicator.
Definition at line 738 of file mgt-action-headers.h.
Referenced by Deserialize(), ns3::operator<<(), and Serialize().
| bool ns3::FilsDiscHeader::FilsDiscFrameControl::m_chCntrFreqSeg1PresenceInd {false} |
Channel Center Frequency Segment 1 Presence Indicator.
Definition at line 742 of file mgt-action-headers.h.
Referenced by Deserialize(), ns3::operator<<(), and Serialize().
| bool ns3::FilsDiscHeader::FilsDiscFrameControl::m_lenPresenceInd {false} |
Length Presence Indicator.
Definition at line 746 of file mgt-action-headers.h.
Referenced by Deserialize(), ns3::operator<<(), and Serialize().
| uint8_t ns3::FilsDiscHeader::FilsDiscFrameControl::m_mdPresenceInd |
MD Presence Indicator (not supported).
Definition at line 747 of file mgt-action-headers.h.
Referenced by Deserialize(), ns3::operator<<(), and Serialize().
| bool ns3::FilsDiscHeader::FilsDiscFrameControl::m_primChPresenceInd {false} |
Primary Channel Presence Indicator.
Definition at line 744 of file mgt-action-headers.h.
Referenced by Deserialize(), ns3::operator<<(), and Serialize().
| uint8_t ns3::FilsDiscHeader::FilsDiscFrameControl::m_reserved |
Reserved Bits.
Definition at line 748 of file mgt-action-headers.h.
| uint8_t ns3::FilsDiscHeader::FilsDiscFrameControl::m_rsnInfoPresenceInd |
RSN info Presence Indicator (not supported).
Definition at line 745 of file mgt-action-headers.h.
Referenced by Deserialize(), ns3::operator<<(), and Serialize().
| uint8_t ns3::FilsDiscHeader::FilsDiscFrameControl::m_shortSsidInd |
Short SSID Indicator (not supported).
Definition at line 739 of file mgt-action-headers.h.
Referenced by Deserialize(), ns3::operator<<(), and Serialize().
| uint8_t ns3::FilsDiscHeader::FilsDiscFrameControl::m_ssidLen |
SSID Length.
Definition at line 737 of file mgt-action-headers.h.
Referenced by Deserialize(), ns3::operator<<(), and Serialize().