Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_common/
Deap_wsc_common.h17 #define WSC_ID_REGISTRAR "WFA-SimpleConfig-Registrar-1-0" macro
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostpad_wps.c62 os_memcpy(sm->identity, WSC_ID_REGISTRAR, sm->identity_len); in wifi_ap_wps_init()
Desp_wps.c1874 if (sm && os_memcmp(sm->identity, WSC_ID_REGISTRAR, sm->identity_len) == 0) { in esp_wifi_wps_enable()
1969 if (wps_sm && os_memcmp(wps_sm->identity, WSC_ID_REGISTRAR, wps_sm->identity_len) == 0) { in esp_wifi_wps_disable()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Deap_user_db.c248 os_memcmp(identity, WSC_ID_REGISTRAR, WSC_ID_REGISTRAR_LEN) == 0) { in hostapd_get_eap_user()
Dieee802_1x.c312 os_memcmp(identity, WSC_ID_REGISTRAR, in ieee802_1x_eapol_send()
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server_wsc.c68 os_memcmp(sm->identity, WSC_ID_REGISTRAR, WSC_ID_REGISTRAR_LEN) == in eap_wsc_init()