HomeSort by relevance Sort by last modified time
    Searched refs:EAP_TYPE_NONE (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/eap_common/
eap_defs.h 68 EAP_TYPE_NONE = 0,
eap_common.c 202 return EAP_TYPE_NONE;
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.h 36 return EAP_TYPE_NONE;
eap.c 139 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 &&
    [all...]
eap_methods.c 43 * Returns: EAP method type or %EAP_TYPE_NONE if not found
58 return EAP_TYPE_NONE;
eap_peap.c 161 data->phase2_type.method = EAP_TYPE_NONE;
663 data->phase2_type.method == EAP_TYPE_NONE) {
683 *pos == EAP_TYPE_NONE) {
    [all...]
eap_ttls.c 112 data->phase2_eap_type.method = EAP_TYPE_NONE;
352 data->phase2_eap_type.method == EAP_TYPE_NONE)
355 if (method != data->phase2_eap_type.method || method == EAP_TYPE_NONE)
    [all...]
eap_fast.c 174 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 &&
    [all...]
eap_tls_common.c 1021 if (vendor == EAP_VENDOR_IETF && method == EAP_TYPE_NONE) {
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_methods.c 40 * Returns: EAP method type or %EAP_TYPE_NONE if not found
55 return EAP_TYPE_NONE;
eap_server_peap.c 866 u32 next_type = EAP_TYPE_NONE;
901 EAP_TYPE_NONE)) {
912 next_type = EAP_TYPE_NONE;
940 next_type = EAP_TYPE_NONE;
954 EAP_TYPE_NONE);
970 next_type = EAP_TYPE_NONE;
981 next_type = EAP_TYPE_NONE;
996 next_type = EAP_TYPE_NONE;
    [all...]
eap_server.c 262 sm->currentMethod = EAP_TYPE_NONE;
296 sm->currentMethod = EAP_TYPE_NONE;
300 sm->currentMethod = EAP_TYPE_NONE;
563 sm->currentMethod = EAP_TYPE_NONE;
1171 if (sm->currentMethod == EAP_TYPE_NONE) {
    [all...]
eap_server_fast.c 116 return EAP_TYPE_NONE;
971 u8 next_type = EAP_TYPE_NONE;
1005 EAP_TYPE_NONE) {
1068 next_type = EAP_TYPE_NONE;
    [all...]
eap_server_pax.c 362 sm->user->methods[i].method != EAP_TYPE_NONE);
eap_server_psk.c 260 sm->user->methods[i].method != EAP_TYPE_NONE);
eap_server_ttls.c 818 u8 next_type = EAP_TYPE_NONE;
842 EAP_TYPE_NONE) {
    [all...]
eap_server_aka.c 515 sm->user->methods[i].method != EAP_TYPE_NONE)) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 43 user->methods[num_methods].method == EAP_TYPE_NONE) {
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 1268 methods[num_methods].method == EAP_TYPE_NONE) {
1295 methods[num_methods].method = EAP_TYPE_NONE;
1324 eap_methods[i].method != EAP_TYPE_NONE; i++) {
    [all...]
interworking.c     [all...]
events.c 404 eap->method != EAP_TYPE_NONE) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 355 user->methods[num_methods].method == EAP_TYPE_NONE)
    [all...]

Completed in 1982 milliseconds