Searched refs:wpa_deny_ptk0_rekey (Results 1 – 16 of 16) sorted by relevance
579 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
1464 conf.wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_rsn_supp_set_config()
426 bss->wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_conf_ap()
826 INT(wpa_deny_ptk0_rekey); in wpa_config_write_network()
2558 { INT_RANGE(wpa_deny_ptk0_rekey, 0, 2) },3093 ssid->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS; in wpa_config_set_network_defaults()
1865 (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()
1503 (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()
181 int wpa_deny_ptk0_rekey; member
374 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
71 bss->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS; in hostapd_config_defaults_bss()
810 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()
71 int wpa_deny_ptk0_rekey:1; member
129 int wpa_deny_ptk0_rekey; member
189 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()
2876 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);
1339 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()