Searched refs:WSC_ID_ENROLLEE_LEN (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_wsc_common.h20 #define WSC_ID_ENROLLEE_LEN 29 macro
/external/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.h20 #define WSC_ID_ENROLLEE_LEN 29 macro
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.h20 #define WSC_ID_ENROLLEE_LEN 29 macro
/external/wpa_supplicant_8/hostapd/src/ap/
H A Deap_user_db.c223 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
224 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) {
H A Dieee802_1x.c1819 ((identity_len == WSC_ID_ENROLLEE_LEN &&
1821 WSC_ID_ENROLLEE_LEN) == 0) ||
/external/wpa_supplicant_8/src/ap/
H A Deap_user_db.c223 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
224 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) {
H A Dieee802_1x.c1819 ((identity_len == WSC_ID_ENROLLEE_LEN &&
1821 WSC_ID_ENROLLEE_LEN) == 0) ||
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Deap_user_db.c223 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
224 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) {
H A Dieee802_1x.c1819 ((identity_len == WSC_ID_ENROLLEE_LEN &&
1821 WSC_ID_ENROLLEE_LEN) == 0) ||
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_wsc.c89 else if (sm->identity && sm->identity_len == WSC_ID_ENROLLEE_LEN &&
90 os_memcmp(sm->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN)
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_wsc.c89 else if (sm->identity && sm->identity_len == WSC_ID_ENROLLEE_LEN &&
90 os_memcmp(sm->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_wsc.c89 else if (sm->identity && sm->identity_len == WSC_ID_ENROLLEE_LEN &&
90 os_memcmp(sm->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN)
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_wsc.c168 else if (identity && identity_len == WSC_ID_ENROLLEE_LEN &&
169 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0)
H A Deap.c2387 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2388 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN))
2400 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2401 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN))
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_wsc.c168 else if (identity && identity_len == WSC_ID_ENROLLEE_LEN &&
169 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0)
H A Deap.c2387 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2388 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN))
2400 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2401 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN))
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c168 else if (identity && identity_len == WSC_ID_ENROLLEE_LEN &&
169 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0)
H A Deap.c2387 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2388 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN))
2400 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2401 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN))

Completed in 313 milliseconds