HomeSort by relevance Sort by last modified time
    Searched refs:phase2 (Results 1 - 25 of 42) sorted by null

1 2

  /external/wpa_supplicant_8/wpa_supplicant/examples/
ieee8021x.conf 9 phase2="auth=MSCHAPV2"
  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 134 size_t identity_len, int phase2)
170 hapd->tmp_eap_user.phase2 = phase2;
184 "SELECT * FROM users WHERE identity='%s' AND phase2=%d;",
185 id_str, phase2);
195 if (user == NULL && !phase2) {
225 size_t identity_len, int phase2)
254 if (!phase2 && user->identity == NULL) {
259 if (user->phase2 == !!phase2 && user->wildcard_prefix &
    [all...]
authsrv.c 53 size_t identity_len, int phase2,
60 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
hostapd.h 510 size_t identity_len, int phase2);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 111 * @param phase2 The phase 2 method or null
119 Integer phase2, String identity, String anonymousIdentity, String caCert,
128 if (phase2 == null) phase2 = WifiEnterpriseConfig.Phase2.NONE;
136 config.enterpriseConfig.setPhase2Method(phase2);
161 * "password" must also be provided. If EAP is selected, then the fiels "eap", "phase2",
212 Integer phase2 = null; local
213 if (jsonConfig.has("phase2")) {
214 phase2 = getPhase2(jsonConfig.getString("phase2"))
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.h 194 * @phase2: Whether this is for Phase 2 identity
204 int phase2, struct eap_user *user);
  /external/wpa_supplicant_8/src/eap_server/
eap.h 34 int phase2; member in struct:eap_user
97 int phase2, struct eap_user *user);
eap_tls_common.h 42 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
44 int phase2; member in struct:eap_ssl_data
eap_i.h 221 int phase2);
eap_server_tls_common.c 58 data->phase2 = sm->init_phase2;
89 if (data->phase2) {
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)) {
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 435 * phase2 - Phase2 (inner authentication with TLS tunnel) parameters
442 char *phase2; member in struct:eap_peer_config
550 * key2_id - Key ID for OpenSSL engine (phase2)
558 * cert2_id - Cert ID for OpenSSL engine (phase2)
566 * ca_cert2_id - CA Cert ID for OpenSSL engine (phase2)
eap_tls_common.h 52 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
54 int phase2; member in struct:eap_ssl_data
eap_tls_common.c 132 eap_tls_params_flags(params, config->phase2);
139 struct eap_peer_config *config, int phase2)
154 if (phase2) {
155 wpa_printf(MSG_DEBUG, "TLS: using phase2 config options");
262 data->phase2 = sm->init_phase2;
265 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) <
273 if (data->phase2) {
999 * @prefix: 'phase2' configuration prefix, e.g., "auth="
1005 * for Phase2 authentication.
1017 if (config == NULL || config->phase2 == NULL
    [all...]
eap_mschapv2.c 92 int phase2; member in struct:eap_mschapv2_data
131 data->phase2 = sm->init_phase2;
476 config && config->phase2 &&
477 os_strstr(config->phase2, "mschapv2_retry=0")) {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 312 char phase2[32]; local
313 phase2[0] = '\0';
316 snprintf(phase2, sizeof(phase2), "auth=%s",
321 snprintf(phase2, sizeof(phase2), "autheap=%s",
325 snprintf(phase2, sizeof(phase2), "auth=%s",
330 snprintf(phase2, sizeof(phase2), "auth=%s"
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 531 # phase2: Pre-configure Phase 2 (inner authentication) parameters
617 # phase2="auth=MSCHAPV2"
    [all...]
config.h 245 * phase2 - Phase 2 (inner authentication) parameters
249 char *phase2; member in struct:wpa_cred
    [all...]
config_file.c 717 STR(phase2);
876 if (cred->phase2)
877 fprintf(f, "\tphase2=\"%s\"\n", cred->phase2);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py 138 def phase2(self): # Distinguish files, directories, funnies member in class:dircmp
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py 138 def phase2(self): # Distinguish files, directories, funnies member in class:dircmp
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 138 def phase2(self): # Distinguish files, directories, funnies member in class:dircmp
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 138 def phase2(self): # Distinguish files, directories, funnies member in class:dircmp
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 71 int phase2, struct eap_user *user);
  /packages/apps/DevCamera/src/com/android/devcamera/
PreviewOverlay.java 260 double phase2 = mAngles[1] % ANGLE_STEP; local
261 for (double i = -5 * ANGLE_STEP + phase2; i < 5 * ANGLE_STEP; i += ANGLE_STEP) {

Completed in 786 milliseconds

1 2