Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_ssid.h601 /** wpa_deny_ptk0_rekey - Control PTK0 rekeying
612 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
H A Dwpas_glue.c1490 conf.wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_rsn_supp_set_config()
H A Dap.c528 bss->wpa_deny_ptk0_rekey = ssid->wpa_deny_ptk0_rekey; in wpa_supplicant_conf_ap()
H A Dconfig_file.c879 INT(wpa_deny_ptk0_rekey); in wpa_config_write_network()
H A Dconfig.c2693 { INT_RANGE(wpa_deny_ptk0_rekey, 0, 2) },
3246 ssid->wpa_deny_ptk0_rekey = PTK0_REKEY_ALLOW_ALWAYS; in wpa_config_set_network_defaults()
H A Dwpa_supplicant.c2014 (ssid->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_NEVER || in wpa_supplicant_set_suites()
2015 (ssid->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_LOCAL_OK && in wpa_supplicant_set_suites()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_i.h71 int wpa_deny_ptk0_rekey:1; member
H A Dwpa.h136 int wpa_deny_ptk0_rekey; member
H A Dwpa.c236 if (pairwise && sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_sm_key_request()
799 if (sm->wpa_deny_ptk0_rekey && !sm->use_ext_key_id && in wpa_supplicant_process_1_of_4()
4556 sm->wpa_deny_ptk0_rekey = value;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_glue.c1518 (hapd->conf->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_NEVER || in hostapd_setup_wpa()
1519 (hapd->conf->wpa_deny_ptk0_rekey == PTK0_REKEY_ALLOW_LOCAL_OK && in hostapd_setup_wpa()
1523 _conf.wpa_deny_ptk0_rekey = 1; in hostapd_setup_wpa()
H A Dap_config.h377 enum ptk0_rekey_handling wpa_deny_ptk0_rekey; member
H A Dwpa_auth.h181 int 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.c829 if (!sm->use_ext_key_id && sm->wpa_auth->conf.wpa_deny_ptk0_rekey) { in wpa_request_new_ptk()
1879 sm->wpa_auth->conf.wpa_deny_ptk0_rekey) { in wpa_auth_sm_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c2986 } else if (os_strcmp(buf, "wpa_deny_ptk0_rekey") == 0) { in hostapd_config_fill()
2987 bss->wpa_deny_ptk0_rekey = atoi(pos); in hostapd_config_fill()
2988 if (bss->wpa_deny_ptk0_rekey < 0 || in hostapd_config_fill()
2989 bss->wpa_deny_ptk0_rekey > 2) { in hostapd_config_fill()
2991 "Line %d: Invalid wpa_deny_ptk0_rekey=%d; allowed range 0..2", in hostapd_config_fill()
2992 line, bss->wpa_deny_ptk0_rekey); in hostapd_config_fill()
H A Dap_ctrl_iface.c1345 if (hapd->conf->wpa && hapd->conf->wpa_deny_ptk0_rekey) { in hostapd_ctrl_iface_get_config()
1346 ret = os_snprintf(pos, end - pos, "wpa_deny_ptk0_rekey=%d\n", in hostapd_ctrl_iface_get_config()
1347 hapd->conf->wpa_deny_ptk0_rekey); in hostapd_ctrl_iface_get_config()

Completed in 67 milliseconds