|
libtins
4.0
|
#include <dot11_mgmt.h>
Public Member Functions | |
| country_params (const std::string &country, const byte_array &first, const byte_array &number, const byte_array &max) | |
Static Public Member Functions | |
| static country_params | from_option (const option &opt) |
Public Attributes | |
| std::string | country |
| byte_array | first_channel |
| byte_array | number_channels |
| byte_array | max_transmit_power |
Static Public Attributes | |
| static const size_t | minimum_size = 3 + sizeof(uint8_t) * 3 |
The type used to store the Country parameters option data.
1.8.11