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.c231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
232 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) {
H A Dieee802_1x.c1886 ((identity_len == WSC_ID_ENROLLEE_LEN &&
1888 WSC_ID_ENROLLEE_LEN) == 0) ||
/external/wpa_supplicant_8/src/ap/
H A Deap_user_db.c231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
232 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) {
H A Dieee802_1x.c1886 ((identity_len == WSC_ID_ENROLLEE_LEN &&
1888 WSC_ID_ENROLLEE_LEN) == 0) ||
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Deap_user_db.c231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
232 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0) {
H A Dieee802_1x.c1886 ((identity_len == WSC_ID_ENROLLEE_LEN &&
1888 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.c2902 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2903 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN))
2915 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2916 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.c2902 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2903 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN))
2915 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2916 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.c2902 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2903 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN))
2915 if (conf->identity_len != WSC_ID_ENROLLEE_LEN ||
2916 os_memcmp(conf->identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN))

Completed in 251 milliseconds