|
hostapd
|
struct wpa_driver_capa - Driver capability information More...
#include <driver.h>
Public Attributes | |
| 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. | |
| unsigned int | max_sched_scan_plans |
| Maximum number of supported scan plans for scheduled scan. | |
| u32 | max_sched_scan_plan_interval |
| Maximum interval in a scan plan. More... | |
| u32 | max_sched_scan_plan_iterations |
| Maximum number of iterations in a single scan plan. | |
| 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 |
| max_remain_on_chan - Maximum remain-on-channel duration in msec | |
| unsigned int | max_stations |
| 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_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 |
| u16 | max_csa_counters |
struct wpa_driver_capa - Driver capability information
| const u8* wpa_driver_capa::extended_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()
| u32 wpa_driver_capa::max_sched_scan_plan_interval |
Maximum interval in a scan plan.
In seconds
1.8.12