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.h612 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
Dwpas_glue.c1554 conf.wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_rsn_supp_set_config()
Dap.c535 bss->wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_conf_ap()
Dconfig_file.c836 INT(wpa_deny_ptk0_rekey); in wpa_config_write_network()
Dconfig.c2628 { INT_RANGE(wpa_deny_ptk0_rekey, 0, 2) },
3179 ssid->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS; in wpa_config_set_network_defaults()
Dwpa_supplicant.c2065 (ssid->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_NEVER || in wpa_supplicant_set_suites()
2066 (ssid->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_LOCAL_OK && in wpa_supplicant_set_suites()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c1552 (hapd->conf->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_NEVER || in hostapd_setup_wpa()
1553 (hapd->conf->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_LOCAL_OK && in hostapd_setup_wpa()
1557 _conf.wpa_deny_ptk0_rekey = 1; in hostapd_setup_wpa()
Dwpa_auth.h181 int wpa_deny_ptk0_rekey; member
Dap_config.h384 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.c840 if (!sm->use_ext_key_id && sm->wpa_auth->conf.wpa_deny_ptk0_rekey) { in wpa_request_new_ptk()
1954 sm->wpa_auth->conf.wpa_deny_ptk0_rekey) { in wpa_auth_sm_event()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h72 int wpa_deny_ptk0_rekey:1; member
Dwpa.h143 int wpa_deny_ptk0_rekey; member
Dwpa.c228 if (pairwise && sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_sm_key_request()
888 if (sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_supplicant_process_1_of_4()
4531 sm->wpa_deny_ptk0_rekey = value; in wpa_sm_set_param()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2869 bss->wpa_deny_ptk0_rekey = atoi(pos); in hostapd_config_fill()
2870 if (bss->wpa_deny_ptk0_rekey < 0 || in hostapd_config_fill()
2871 bss->wpa_deny_ptk0_rekey > 2) { in hostapd_config_fill()
2874 line, bss->wpa_deny_ptk0_rekey); in hostapd_config_fill()
Dctrl_iface.c1137 if (hapd->conf->wpa && hapd->conf->wpa_deny_ptk0_rekey) { in hostapd_ctrl_iface_get_config()
1139 hapd->conf->wpa_deny_ptk0_rekey); in hostapd_ctrl_iface_get_config()