Searched refs:WSC_ID_ENROLLEE_LEN (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_wsc_common.h | 20 #define WSC_ID_ENROLLEE_LEN 29 macro
|
/external/wpa_supplicant_8/src/ap/ |
D | eap_user_db.c | 231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN && in hostapd_get_eap_user() 232 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) { in hostapd_get_eap_user()
|
D | ieee802_1x.c | 1974 ((identity_len == WSC_ID_ENROLLEE_LEN && in ieee802_1x_eapol_send() 1976 WSC_ID_ENROLLEE_LEN) == 0) || in ieee802_1x_eapol_send()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_wsc.c | 89 else if (sm->identity && sm->identity_len == WSC_ID_ENROLLEE_LEN && in eap_wsc_init() 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 | 164 else if (identity && identity_len == WSC_ID_ENROLLEE_LEN && in eap_wsc_init() 165 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) in eap_wsc_init()
|
D | eap.c | 2912 if (conf->identity_len != WSC_ID_ENROLLEE_LEN || in eap_is_wps_pbc_enrollee() 2913 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN)) in eap_is_wps_pbc_enrollee() 2925 if (conf->identity_len != WSC_ID_ENROLLEE_LEN || in eap_is_wps_pin_enrollee() 2926 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN)) in eap_is_wps_pin_enrollee()
|