Searched refs:wpa_strict_rekey (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h217 int wpa_strict_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth_glue.c48 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
H A Dwpa_auth.h137 int wpa_strict_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c556 if (sm->wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
2397 !!wpa_auth->conf.wpa_strict_rekey,
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1522 } else if (os_strcmp(buf, "wpa_strict_rekey") == 0) {
1523 bss->wpa_strict_rekey = atoi(pos);

Completed in 112 milliseconds