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