Home
last modified time | relevance | path

Searched refs:wpa_auth_config (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/
Dwpa_auth_i.h162 struct wpa_auth_config conf;
172 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len,
198 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len);
199 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
Dwpa_auth.h127 struct wpa_auth_config { struct
210 struct wpa_auth_config *conf,
215 struct wpa_auth_config *conf);
Dwpa_auth_ie.c23 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie()
87 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie()
Dwpa_auth.c317 struct wpa_auth_config *conf, in wpa_init()
1775 struct wpa_auth_config *conf; in SM_STATE()
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c26 struct wpa_auth_config *auth_conf; in hostap_init()
44 auth_conf = (struct wpa_auth_config *)os_zalloc(sizeof(struct wpa_auth_config)); in hostap_init()