Searched defs:hostapd_config (Results 1 – 1 of 1) sorted by relevance
593 struct hostapd_config { struct594 struct hostapd_bss_config **bss, *last_bss;595 size_t num_bss;597 u16 beacon_int;598 int rts_threshold;599 int fragm_threshold;600 u8 send_probe_response;601 u8 channel;602 u8 acs;603 struct wpa_freq_range_list acs_ch_list;[all …]