Searched refs:wpa_deny_ptk0_rekey (Results 1 – 16 of 16) sorted by relevance
612 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
1554 conf.wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_rsn_supp_set_config()
535 bss->wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_conf_ap()
836 INT(wpa_deny_ptk0_rekey); in wpa_config_write_network()
2628 { INT_RANGE(wpa_deny_ptk0_rekey, 0, 2) },3179 ssid->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS; in wpa_config_set_network_defaults()
2065 (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()
1552 (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()
181 int wpa_deny_ptk0_rekey; member
384 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
71 bss->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS; in hostapd_config_defaults_bss()
840 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()
72 int wpa_deny_ptk0_rekey:1; member
143 int wpa_deny_ptk0_rekey; member
228 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()
2869 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()
1137 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()