Home
last modified time | relevance | path

Searched refs:wpa_strict_rekey (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/ap/
Dwpa_auth.h181 int wpa_strict_rekey; member
Dap_config.h386 int wpa_strict_rekey; member
Dwpa_auth_glue.c53 wconf->wpa_strict_rekey = conf->wpa_strict_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.c1073 if (wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
6169 !!conf->wpa_strict_rekey,
/hostap-latest/hostapd/
DChangeLog1266 * added support for strict GTK rekeying (wpa_strict_rekey in
Dconfig_file.c3105 bss->wpa_strict_rekey = atoi(pos); in hostapd_config_fill()