Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_common/
Deap_wsc_common.h20 #define WSC_ID_ENROLLEE_LEN 29 macro
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Deap_user_db.c238 if (identity_len == WSC_ID_ENROLLEE_LEN && in hostapd_get_eap_user()
239 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) { in hostapd_get_eap_user()
Dieee802_1x.c308 ((identity_len == WSC_ID_ENROLLEE_LEN && in ieee802_1x_eapol_send()
310 WSC_ID_ENROLLEE_LEN) == 0) || in ieee802_1x_eapol_send()
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server_wsc.c71 else if (sm->identity && sm->identity_len == WSC_ID_ENROLLEE_LEN && in eap_wsc_init()
72 os_memcmp(sm->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) in eap_wsc_init()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c1437 sm->identity_len = WSC_ID_ENROLLEE_LEN; in wifi_station_wps_init()