Searched refs:WSC_ID_ENROLLEE (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_wsc_common.h | 19 #define WSC_ID_ENROLLEE "WFA-SimpleConfig-Enrollee-1-0" macro
|
/external/wpa_supplicant_8/src/ap/ |
D | eap_user_db.c | 240 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) { in hostapd_get_eap_user()
|
D | ieee802_1x.c | 2095 os_memcmp(identity, WSC_ID_ENROLLEE, in ieee802_1x_eapol_send()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_wsc.c | 90 os_memcmp(sm->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) in eap_wsc_init()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_wsc.c | 165 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) in eap_wsc_init()
|
D | eap.c | 3127 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN)) in eap_is_wps_pbc_enrollee() 3140 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN)) in eap_is_wps_pin_enrollee()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 1019 "\"" WSC_ID_ENROLLEE "\"", 0) < 0) { in wpas_wps_add_network()
|