|
wpa_supplicant / hostapd
2.5
|
Driver capability information. More...
#include <driver.h>
Data Fields | |
| unsigned int | key_mgmt |
| Bitfield of supported key management suites. | |
| unsigned int | enc |
| Bitfield of supported cipher suites. | |
| unsigned int | auth |
| Bitfield of supported IEEE 802.11 authentication algorithms. | |
| u64 | flags |
| unsigned int | smps_modes |
| unsigned int | wmm_ac_supported:1 |
| unsigned int | mac_addr_rand_scan_supported:1 |
| unsigned int | mac_addr_rand_sched_scan_supported:1 |
| int | max_scan_ssids |
| Maximum number of supported active probe SSIDs. | |
| int | max_sched_scan_ssids |
| Maximum number of supported active probe SSIDs for sched_scan. | |
| int | sched_scan_supported |
| Whether sched_scan (offloaded scanning) is supported. | |
| int | max_match_sets |
| Maximum number of supported match sets for sched_scan. | |
| unsigned int | max_remain_on_chan |
| Maximum remain-on-channel duration in msec. | |
| unsigned int | max_stations |
| Maximum number of associated stations the driver supports in AP mode. | |
| unsigned int | probe_resp_offloads |
| unsigned int | max_acl_mac_addrs |
| unsigned int | num_multichan_concurrent |
| Number of supported concurrent channels. | |
| const u8 * | extended_capa |
| extended capabilities in driver/device More... | |
| const u8 * | extended_capa_mask |
| unsigned int | extended_capa_len |
| struct wowlan_triggers | wowlan_triggers |
| u32 | rrm_flags |
| unsigned int | conc_capab |
| unsigned int | max_conc_chan_2_4 |
| unsigned int | max_conc_chan_5_0 |
Driver capability information.
| const u8* wpa_driver_capa::extended_capa |
extended capabilities in driver/device
Must be allocated and freed by driver and the pointers must be valid for the lifetime of the driver, i.e., freed in deinit()
1.8.6