Home
last modified time | relevance | path

Searched defs:hostapd_config (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h942 struct hostapd_config { struct
943 struct hostapd_bss_config **bss, *last_bss;
944 size_t num_bss;
946 u16 beacon_int;
947 int rts_threshold;
948 int fragm_threshold;
949 u8 op_class;
950 u8 channel;
951 int enable_edmg;
952 u8 edmg_channel;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h867 struct hostapd_config { struct
868 struct hostapd_bss_config **bss, *last_bss;
869 size_t num_bss;
871 u16 beacon_int;
872 int rts_threshold;
873 int fragm_threshold;
874 u8 channel;
875 u8 acs;
876 struct wpa_freq_range_list acs_ch_list;
877 int acs_exclude_dfs;
[all …]