Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_common/
Deap_wsc_common.h18 #define WSC_ID_REGISTRAR_LEN 30 macro
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Deap_user_db.c247 if (identity_len == WSC_ID_REGISTRAR_LEN && in hostapd_get_eap_user()
248 os_memcmp(identity, WSC_ID_REGISTRAR, WSC_ID_REGISTRAR_LEN) == 0) { in hostapd_get_eap_user()
Dieee802_1x.c311 (identity_len == WSC_ID_REGISTRAR_LEN && in ieee802_1x_eapol_send()
313 WSC_ID_REGISTRAR_LEN) == 0))) { in ieee802_1x_eapol_send()
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server_wsc.c67 if (sm->identity && sm->identity_len == WSC_ID_REGISTRAR_LEN && in eap_wsc_init()
68 os_memcmp(sm->identity, WSC_ID_REGISTRAR, WSC_ID_REGISTRAR_LEN) == in eap_wsc_init()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostpad_wps.c61 sm->identity_len = WSC_ID_REGISTRAR_LEN; in wifi_ap_wps_init()