Searched refs:WSC_ID_ENROLLEE (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/eap_common/ |
D | eap_wsc_common.h | 19 #define WSC_ID_ENROLLEE "WFA-SimpleConfig-Enrollee-1-0" macro
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_hostpad_wps.c | 170 if (sm && os_memcmp(sm->identity, WSC_ID_ENROLLEE, sm->identity_len) == 0) { in wifi_ap_wps_enable_internal() 228 if (sm && os_memcmp(sm->identity, WSC_ID_ENROLLEE, sm->identity_len) == 0) { in wifi_ap_wps_disable_internal()
|
D | esp_wps.c | 1438 os_memcpy(sm->identity, WSC_ID_ENROLLEE, sm->identity_len); in wifi_station_wps_init()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | eap_user_db.c | 239 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) { in hostapd_get_eap_user()
|
D | ieee802_1x.c | 309 os_memcmp(identity, WSC_ID_ENROLLEE, in ieee802_1x_eapol_send()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap_server_wsc.c | 72 os_memcmp(sm->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) in eap_wsc_init()
|