Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h588 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
H A Dwpas_glue.c1458 conf.wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_rsn_supp_set_config()
H A Dap.c515 bss->wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_conf_ap()
H A Dconfig_file.c828 INT(wpa_deny_ptk0_rekey); in wpa_config_write_network()
H A Dconfig.c2559 { INT_RANGE(wpa_deny_ptk0_rekey, 0, 2) },
3099 ssid->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS; in wpa_config_set_network_defaults()
H A Dwpa_supplicant.c1868 (ssid->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_NEVER || in wpa_supplicant_set_suites()
1869 (ssid->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_LOCAL_OK && in wpa_supplicant_set_suites()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c1501 (hapd->conf->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_NEVER || in hostapd_setup_wpa()
1502 (hapd->conf->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_LOCAL_OK && in hostapd_setup_wpa()
1506 _conf.wpa_deny_ptk0_rekey = 1; in hostapd_setup_wpa()
H A Dwpa_auth.h181 int wpa_deny_ptk0_rekey; member
H A Dap_config.h377 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
H A Dap_config.c71 bss->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS; in hostapd_config_defaults_bss()
H A Dwpa_auth.c806 if (!sm->use_ext_key_id && sm->wpa_auth->conf.wpa_deny_ptk0_rekey) { in wpa_request_new_ptk()
1848 sm->wpa_auth->conf.wpa_deny_ptk0_rekey) { in wpa_auth_sm_event()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h71 int wpa_deny_ptk0_rekey:1; member
H A Dwpa.h132 int wpa_deny_ptk0_rekey; member
H A Dwpa.c188 if (pairwise && sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_sm_key_request()
689 if (sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_supplicant_process_1_of_4()
3359 sm->wpa_deny_ptk0_rekey = value; in wpa_sm_set_param()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2901 bss->wpa_deny_ptk0_rekey = atoi(pos); in hostapd_config_fill()
2902 if (bss->wpa_deny_ptk0_rekey < 0 || in hostapd_config_fill()
2903 bss->wpa_deny_ptk0_rekey > 2) { in hostapd_config_fill()
2906 line, bss->wpa_deny_ptk0_rekey); in hostapd_config_fill()
H A Dctrl_iface.c1345 if (hapd->conf->wpa && hapd->conf->wpa_deny_ptk0_rekey) { in hostapd_ctrl_iface_get_config()
1347 hapd->conf->wpa_deny_ptk0_rekey); in hostapd_ctrl_iface_get_config()