Home
last modified time | relevance | path

Searched refs:auth_alg (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3_i.h62 u16 auth_alg, u16 auth_transaction, u16 resp,
Desp_wpa3.c675 u16 auth_alg, u16 auth_transaction, u16 resp, in esp_send_sae_auth_reply() argument
686 ((uint16_t *)req->data)[0] = htole16(auth_alg); in esp_send_sae_auth_reply()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dsta_info.h53 u16 auth_alg; member
Dwpa_auth.h275 size_t max_len, int auth_alg,
Dieee802_11.c244 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta()
Dwpa_auth.c136 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in wpa_auth_get_psk()