Home
last modified time | relevance | path

Searched refs:hostapd_bss_config (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.c24 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss) in hostapd_config_defaults_bss()
75 struct hostapd_bss_config *bss; in hostapd_config_defaults()
79 bss = (struct hostapd_bss_config *)os_zalloc(sizeof(*bss)); in hostapd_config_defaults()
148 int hostapd_setup_sae_pt(struct hostapd_bss_config *conf) in hostapd_setup_sae_pt()
174 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
261 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk()
291 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
Dap_config.h179 struct hostapd_bss_config { struct
316 struct hostapd_bss_config *bss, *last_bss; argument
372 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss);
378 void hostapd_config_free_bss(struct hostapd_bss_config *conf);
381 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf,
383 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf);
Dieee802_1x.h16 struct hostapd_bss_config;
Dhostapd.h100 struct hostapd_bss_config *conf;
Deap_user_db.c235 const struct hostapd_bss_config *conf = hapd->conf; in hostapd_get_eap_user()
Dwps_hostapd.c357 struct hostapd_bss_config *conf = hapd->conf; in hostapd_update_wps()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c57 hapd->conf = (struct hostapd_bss_config *)os_zalloc(sizeof(struct hostapd_bss_config)); in hostap_init()