Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_i.h183 struct wpa_auth_config conf;
197 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len,
199 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len);
213 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len);
214 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.c24 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie()
88 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie()
302 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_rsnxe()
Dwpa_auth.c366 struct wpa_auth_config *conf, in wpa_init()
1913 struct wpa_auth_config *conf; in SM_STATE()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c45 struct wpa_auth_config *auth_conf; in hostap_init()
64 auth_conf = (struct wpa_auth_config *)os_zalloc(sizeof(struct wpa_auth_config)); in hostap_init()