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

1 2

  /external/wpa_supplicant/
wpa_supplicant.conf 111 fast_reauth=1
config.h 188 * fast_reauth - EAP fast re-authentication (session resumption)
192 * re-authentication (by setting fast_reauth=0). Normally, there is no
195 int fast_reauth; member in struct:wpa_config
wpa.h 117 void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth);
179 static inline void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth)
config_file.c 341 } else if (os_strncmp(pos, "fast_reauth=", 12) == 0) {
342 config->fast_reauth = atoi(pos + 12);
343 wpa_printf(MSG_DEBUG, "fast_reauth=%d",
344 config->fast_reauth);
672 if (config->fast_reauth != DEFAULT_FAST_REAUTH)
673 fprintf(f, "fast_reauth=%d\n", config->fast_reauth);
eap_i.h 317 int fast_reauth; member in struct:eap_sm
eapol_sm.h 49 * fast_reauth - Whether fast EAP reauthentication is enabled
51 int fast_reauth; member in struct:eapol_config
preauth.c 236 eapol_conf.fast_reauth = sm->fast_reauth;
wpa_i.h 106 int fast_reauth; /* whether EAP fast re-authentication is enabled */ member in struct:wpa_sm
eapol_sm.c     [all...]
config_winreg.c 169 wpa_config_read_reg_dword(hk, TEXT("fast_reauth"),
170 &config->fast_reauth);
480 wpa_config_write_reg_dword(hk, TEXT("fast_reauth"),
481 config->fast_reauth, DEFAULT_FAST_REAUTH);
  /hardware/broadcom/wlan/bcm4329/config/
wpa_supplicant.conf 6 fast_reauth=1
  /hardware/ti/wlan/wl1271/config/
wpa_supplicant.conf 6 fast_reauth=1
  /system/wlan/ti/sta_dk_4_0_4_32/config/
wpa_supplicant.conf 6 fast_reauth=1
  /system/wlan/ti/wilink_6_1/config/
wpa_supplicant.conf 6 fast_reauth=1
  /external/wpa_supplicant_6/wpa_supplicant/
config.h 163 * fast_reauth - EAP fast re-authentication (session resumption)
167 * re-authentication (by setting fast_reauth=0). Normally, there is no
170 int fast_reauth; member in struct:wpa_config
wpa_supplicant.conf 111 fast_reauth=1
config_file.c 438 { INT(fast_reauth) },
849 if (config->fast_reauth != DEFAULT_FAST_REAUTH)
850 fprintf(f, "fast_reauth=%d\n", config->fast_reauth);
wpa_supplicant.c 282 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
602 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.h 99 void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth);
159 static inline void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth)
preauth.c 237 eapol_conf.fast_reauth = sm->fast_reauth;
wpa_i.h 53 int fast_reauth; /* whether EAP fast re-authentication is enabled */ member in struct:wpa_sm
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_i.h 314 int fast_reauth; member in struct:eap_sm
eap.c 136 if (sm->fast_reauth && sm->m && sm->m->has_reauth_data &&
242 if (sm->fast_reauth &&
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 49 * fast_reauth - Whether fast EAP reauthentication is enabled
51 int fast_reauth; member in struct:eapol_config
eapol_supp_sm.c     [all...]

Completed in 412 milliseconds

1 2