Home
last modified time | relevance | path

Searched refs:wpa_deny_ptk0_rekey (Results 1 – 16 of 16) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h579 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
Dwpas_glue.c1464 conf.wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_rsn_supp_set_config()
Dap.c426 bss->wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_conf_ap()
Dconfig_file.c826 INT(wpa_deny_ptk0_rekey); in wpa_config_write_network()
Dconfig.c2558 { INT_RANGE(wpa_deny_ptk0_rekey, 0, 2) },
3093 ssid->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS; in wpa_config_set_network_defaults()
Dwpa_supplicant.c1865 (ssid->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_NEVER || in wpa_supplicant_set_suites()
1866 (ssid->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_LOCAL_OK && in wpa_supplicant_set_suites()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c1503 (hapd->conf->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_NEVER || in hostapd_setup_wpa()
1504 (hapd->conf->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_LOCAL_OK && in hostapd_setup_wpa()
1508 _conf.wpa_deny_ptk0_rekey = 1; in hostapd_setup_wpa()
Dwpa_auth.h181 int wpa_deny_ptk0_rekey; member
Dap_config.h374 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
Dap_config.c71 bss->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS; in hostapd_config_defaults_bss()
Dwpa_auth.c810 if (!sm->use_ext_key_id && sm->wpa_auth->conf.wpa_deny_ptk0_rekey) { in wpa_request_new_ptk()
1841 sm->wpa_auth->conf.wpa_deny_ptk0_rekey) { in wpa_auth_sm_event()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h71 int wpa_deny_ptk0_rekey:1; member
Dwpa.h129 int wpa_deny_ptk0_rekey; member
Dwpa.c189 if (pairwise && sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_sm_key_request()
686 if (sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_supplicant_process_1_of_4()
3334 sm->wpa_deny_ptk0_rekey = value; in wpa_sm_set_param()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2876 bss->wpa_deny_ptk0_rekey = atoi(pos);
2877 if (bss->wpa_deny_ptk0_rekey < 0 ||
2878 bss->wpa_deny_ptk0_rekey > 2) {
2881 line, bss->wpa_deny_ptk0_rekey);
Dctrl_iface.c1339 if (hapd->conf->wpa && hapd->conf->wpa_deny_ptk0_rekey) { in hostapd_ctrl_iface_get_config()
1341 hapd->conf->wpa_deny_ptk0_rekey); in hostapd_ctrl_iface_get_config()