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

  /device/linaro/hikey/
wpa_supplicant.conf 5 fast_reauth=1
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_template.conf 5 fast_reauth=1
wpa_supplicant.conf 168 fast_reauth=1
    [all...]
config.h 505 * fast_reauth - EAP fast re-authentication (session resumption)
509 * re-authentication (by setting fast_reauth=0). Normally, there is no
512 int fast_reauth; member in struct:wpa_config
    [all...]
config_winreg.c 208 wpa_config_read_reg_dword(hk, TEXT("fast_reauth"),
209 &config->fast_reauth);
564 wpa_config_write_reg_dword(hk, TEXT("fast_reauth"),
565 config->fast_reauth, DEFAULT_FAST_REAUTH);
config_file.c 1004 if (config->fast_reauth != DEFAULT_FAST_REAUTH)
1005 fprintf(f, "fast_reauth=%d\n", config->fast_reauth);
    [all...]
eapol_test.c 644 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
    [all...]
wpa_supplicant.c 303 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
959 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
    [all...]
config.c     [all...]
  /device/google/marlin/
wpa_supplicant_wcn.conf 97 fast_reauth=1
  /device/asus/fugu/
wpa_supplicant.conf 5 fast_reauth=1
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 334 int fast_reauth; member in struct:eap_sm
eap.c 157 if (sm->fast_reauth && sm->m && sm->m->has_reauth_data &&
297 if (sm->fast_reauth &&
    [all...]
  /system/connectivity/shill/dbus/
chromeos_supplicant_interface_proxy.h 85 brillo::dbus_utils::Property<bool> fast_reauth; member in class:shill::ChromeosSupplicantInterfaceProxy::PropertySet
chromeos_supplicant_interface_proxy.cc 55 RegisterProperty(kPropertyFastReauth, &fast_reauth);
392 if (!properties_->fast_reauth.SetAndBlock(enabled)) {
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 234 eapol_conf.fast_reauth = sm->fast_reauth;
wpa.h 119 void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth);
193 static inline void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth)
wpa_i.h 52 int fast_reauth; /* whether EAP fast re-authentication is enabled */ member in struct:wpa_sm
wpa.c     [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 43 * fast_reauth - Whether fast EAP reauthentication is enabled
45 int fast_reauth; member in struct:eapol_config
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 2805 dbus_bool_t fast_reauth = wpa_s->conf->fast_reauth ? TRUE : FALSE; local
2827 dbus_bool_t fast_reauth; local
    [all...]

Completed in 1942 milliseconds