HomeSort by relevance Sort by last modified time
    Searched refs:phase2 (Results 26 - 38 of 38) sorted by null

12

  /external/wpa_supplicant_8/src/eap_server/
eap_server_eke.c 33 int phase2; member in struct:eap_eke_data
95 data->phase2 = sm->init_phase2;
482 if (eap_user_get(sm, data->peerid, data->peerid_len, data->phase2)) {
eap_server.c 85 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
94 int phase2)
110 identity_len, phase2, user) != 0) {
1113 if (sm->user->phase2) {
1114 wpa_printf(MSG_DEBUG, "EAP: EAP-Nak received after Phase2 user"
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 698 STR(phase2);
805 if (cred->phase2)
806 fprintf(f, "\tphase2=\"%s\"\n", cred->phase2);
    [all...]
interworking.c     [all...]
config.c     [all...]
config_winreg.c 898 STR(phase2);
  /external/wpa_supplicant_8/src/radius/
radius_server.c 285 * @phase2: Whether this is for Phase 2 identity
295 int phase2, struct eap_user *user);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c     [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 1001 size_t identity_len, int phase2,
1008 identity_len, phase2, user);
  /external/ipsec-tools/src/racoon/
cftoken.l 273 <S_RTRY>phase2 { YYD; return(RETRY_PHASE2); }
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 39 import android.net.wifi.WifiEnterpriseConfig.Phase2;
101 /* Phase2 methods supported by PEAP are limited */
103 /* Full list of phase2 methods */
433 // PEAP supports limited phase2 values
438 config.enterpriseConfig.setPhase2Method(Phase2.NONE);
441 config.enterpriseConfig.setPhase2Method(Phase2.MSCHAPV2);
444 config.enterpriseConfig.setPhase2Method(Phase2.GTC);
447 Log.e(TAG, "Unknown phase2 method" + phase2Method);
647 mPhase2Spinner = (Spinner) mView.findViewById(R.id.phase2);
666 case Phase2.NONE
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 412 user->phase2 = 1;
492 user->phase2 = 1;
    [all...]

Completed in 1131 milliseconds

12