Searched refs:hostapd_bss_config (Results 1 – 7 of 7) sorted by relevance
24 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()
179 struct hostapd_bss_config { struct316 struct hostapd_bss_config *bss, *last_bss; argument372 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);
16 struct hostapd_bss_config;
100 struct hostapd_bss_config *conf;
235 const struct hostapd_bss_config *conf = hapd->conf; in hostapd_get_eap_user()
357 struct hostapd_bss_config *conf = hapd->conf; in hostapd_update_wps()
57 hapd->conf = (struct hostapd_bss_config *)os_zalloc(sizeof(struct hostapd_bss_config)); in hostap_init()