wpa_supplicant / hostapd
2.5
|
Supported hardware mode information. More...
#include <driver.h>
Data Fields | |
enum hostapd_hw_mode | mode |
Hardware mode. | |
int | num_channels |
Number of entries in the channels array. | |
struct hostapd_channel_data * | channels |
Array of supported channels. | |
int | num_rates |
Number of entries in the rates array. | |
int * | rates |
Array of supported rates in 100 kbps units. | |
u16 | ht_capab |
HT (IEEE 802.11n) capabilities. | |
u8 | mcs_set [16] |
MCS (IEEE 802.11n) rate parameters. | |
u8 | a_mpdu_params |
A-MPDU (IEEE 802.11n) parameters. | |
u32 | vht_capab |
VHT (IEEE 802.11ac) capabilities. | |
u8 | vht_mcs_set [8] |
VHT MCS (IEEE 802.11ac) rate parameters. | |
unsigned int | flags |
Supported hardware mode information.