Searched refs:EAP_TYPE_NONE (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/eap_common/
H A Deap_defs.h68 EAP_TYPE_NONE = 0, enumerator in enum:__anon5663
H A Deap_common.c202 return EAP_TYPE_NONE;
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_methods.h36 return EAP_TYPE_NONE;
H A Deap.c139 m[i].method != EAP_TYPE_NONE; i++) {
166 sm->selectedMethod = EAP_TYPE_NONE;
329 sm->selectedMethod = EAP_TYPE_NONE;
986 sm->selectedMethod == EAP_TYPE_NONE &&
990 sm->selectedMethod == EAP_TYPE_NONE &&
1156 wpabuf_put_be32(resp, EAP_TYPE_NONE);
1205 wpabuf_put_u8(resp, EAP_TYPE_NONE);
1337 m[i].method != EAP_TYPE_NONE); i++) {
1746 sm->reqMethod = EAP_TYPE_NONE;
1748 sm->reqVendorMethod = EAP_TYPE_NONE;
[all...]
H A Deap_methods.c43 * Returns: EAP method type or %EAP_TYPE_NONE if not found
58 return EAP_TYPE_NONE;
H A Deap_peap.c161 data->phase2_type.method = EAP_TYPE_NONE;
663 data->phase2_type.method == EAP_TYPE_NONE) {
683 *pos == EAP_TYPE_NONE) {
H A Deap_ttls.c112 data->phase2_eap_type.method = EAP_TYPE_NONE;
355 data->phase2_eap_type.method == EAP_TYPE_NONE)
358 if (method != data->phase2_eap_type.method || method == EAP_TYPE_NONE)
H A Deap_fast.c174 data->phase2_type.method = EAP_TYPE_NONE;
409 if (type != data->phase2_type.method || type == EAP_TYPE_NONE)
448 data->phase2_type.method = EAP_TYPE_NONE;
452 data->phase2_type.method == EAP_TYPE_NONE &&
H A Deap_tls_common.c1035 if (vendor == EAP_VENDOR_IETF && method == EAP_TYPE_NONE) {
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_methods.c40 * Returns: EAP method type or %EAP_TYPE_NONE if not found
55 return EAP_TYPE_NONE;
H A Deap_server.c263 sm->currentMethod = EAP_TYPE_NONE;
297 sm->currentMethod = EAP_TYPE_NONE;
301 sm->currentMethod = EAP_TYPE_NONE;
564 sm->currentMethod = EAP_TYPE_NONE;
1172 if (sm->currentMethod == EAP_TYPE_NONE) {
1462 sm->respMethod = EAP_TYPE_NONE;
1464 sm->respVendorMethod = EAP_TYPE_NONE;
1604 sm->user->methods[i].method != EAP_TYPE_NONE)) {
1629 sm->user->methods[EAP_MAX_METHODS - 1].method = EAP_TYPE_NONE;
1673 sm->user->methods[idx].method != EAP_TYPE_NONE)) {
[all...]
H A Deap_server_peap.c899 u32 next_type = EAP_TYPE_NONE;
934 EAP_TYPE_NONE)) {
945 next_type = EAP_TYPE_NONE;
973 next_type = EAP_TYPE_NONE;
987 EAP_TYPE_NONE);
1003 next_type = EAP_TYPE_NONE;
1014 next_type = EAP_TYPE_NONE;
1029 next_type = EAP_TYPE_NONE;
H A Deap_server_fast.c116 return EAP_TYPE_NONE;
971 u8 next_type = EAP_TYPE_NONE;
1005 EAP_TYPE_NONE) {
1068 next_type = EAP_TYPE_NONE;
H A Deap_server_pax.c362 sm->user->methods[i].method != EAP_TYPE_NONE);
H A Deap_server_psk.c260 sm->user->methods[i].method != EAP_TYPE_NONE);
H A Deap_server_ttls.c851 u8 next_type = EAP_TYPE_NONE;
875 EAP_TYPE_NONE) {
H A Deap_server_aka.c515 sm->user->methods[i].method != EAP_TYPE_NONE)) {
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Deap_user_db.c43 user->methods[num_methods].method == EAP_TYPE_NONE) {
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig.c1269 methods[num_methods].method == EAP_TYPE_NONE) {
1296 methods[num_methods].method = EAP_TYPE_NONE;
1325 eap_methods[i].method != EAP_TYPE_NONE; i++) {
2778 method.method == EAP_TYPE_NONE) {
H A Dinterworking.c1408 ssid->eap.eap_methods[1].method = EAP_TYPE_NONE;
H A Devents.c403 eap->method != EAP_TYPE_NONE) {
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dconfig_file.c355 user->methods[num_methods].method == EAP_TYPE_NONE)

Completed in 220 milliseconds