|
libtins
4.0
|
#include <dot11_mgmt.h>
Public Member Functions | |
| bool | ess () const |
| Getter for the ess flag. More... | |
| bool | ibss () const |
| Getter for the ibss flag. More... | |
| bool | cf_poll () const |
| Getter for the cf_poll flag. More... | |
| bool | cf_poll_req () const |
| Getter for the cf_poll_req flag. More... | |
| bool | privacy () const |
| Getter for the privacy flag. More... | |
| bool | short_preamble () const |
| Getter for the short_preamble flag. More... | |
| bool | pbcc () const |
| Getter for the pbcc flag. More... | |
| bool | channel_agility () const |
| Getter for the channel_agility flag. More... | |
| bool | spectrum_mgmt () const |
| Getter for the spectrum_mgmt flag. More... | |
| bool | qos () const |
| Getter for the qos flag. More... | |
| bool | sst () const |
| Getter for the sst flag. More... | |
| bool | apsd () const |
| Getter for the apsd flag. More... | |
| bool | radio_measurement () const |
| Getter for the radio measurement flag. More... | |
| bool | dsss_ofdm () const |
| Getter for the dsss_ofdm flag. More... | |
| bool | delayed_block_ack () const |
| Getter for the delayed_block_ack flag. More... | |
| bool | immediate_block_ack () const |
| Getter for the immediate_block_ack flag. More... | |
| void | ess (bool new_value) |
| Setter for the ess flag. More... | |
| void | ibss (bool new_value) |
| Setter for the ibss flag. More... | |
| void | cf_poll (bool new_value) |
| Setter for the cf_poll flag. More... | |
| void | cf_poll_req (bool new_value) |
| Setter for the cf_poll_req flag. More... | |
| void | privacy (bool new_value) |
| Setter for the privacy flag. More... | |
| void | short_preamble (bool new_value) |
| Setter for the short_preamble flag. More... | |
| void | pbcc (bool new_value) |
| Setter for the pbcc flag. More... | |
| void | channel_agility (bool new_value) |
| Setter for the channel_agility flag. More... | |
| void | spectrum_mgmt (bool new_value) |
| Setter for the spectrum_mgmt flag. More... | |
| void | qos (bool new_value) |
| Setter for the qos flag. More... | |
| void | sst (bool new_value) |
| Setter for the sst flag. More... | |
| void | apsd (bool new_value) |
| Setter for the apsd flag. More... | |
| void | radio_measurement (bool new_value) |
| Setter for the radio measurement flag. More... | |
| void | dsss_ofdm (bool new_value) |
| Setter for the dsss_ofdm flag. More... | |
| void | delayed_block_ack (bool new_value) |
| Setter for the delayed_block_ack flag. More... | |
| void | immediate_block_ack (bool new_value) |
| Setter for the immediate_block_ack flag. More... | |
Represents the IEEE 802.11 frames' capability information.
|
inline |
Getter for the apsd flag.
|
inline |
Setter for the apsd flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the cf_poll flag.
|
inline |
Setter for the cf_poll flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the cf_poll_req flag.
|
inline |
Setter for the cf_poll_req flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the channel_agility flag.
|
inline |
Setter for the channel_agility flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the delayed_block_ack flag.
|
inline |
Setter for the delayed_block_ack flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the dsss_ofdm flag.
|
inline |
Setter for the dsss_ofdm flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the ess flag.
|
inline |
Setter for the ess flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the ibss flag.
|
inline |
Setter for the ibss flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the immediate_block_ack flag.
|
inline |
Setter for the immediate_block_ack flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the pbcc flag.
|
inline |
Setter for the pbcc flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the privacy flag.
|
inline |
Setter for the privacy flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the qos flag.
|
inline |
Setter for the qos flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the radio measurement flag.
|
inline |
Setter for the radio measurement flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the short_preamble flag.
|
inline |
Setter for the short_preamble flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the spectrum_mgmt flag.
|
inline |
Setter for the spectrum_mgmt flag.
| new_value | bool indicating the flag's new value. |
|
inline |
Getter for the sst flag.
|
inline |
Setter for the sst flag.
| new_value | bool indicating the flag's new value. |
1.8.11