Home
last modified time | relevance | path

Searched refs:reassociation_deadline (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h214 u32 reassociation_deadline; member
H A Dap_config.h402 u32 reassociation_deadline; member
H A Dwpa_auth_glue.c93 wconf->reassociation_deadline = conf->reassociation_deadline; in hostapd_wpa_auth_conf()
H A Dwpa_auth.c4792 WPA_PUT_LE32(pos, conf->reassociation_deadline);
7022 WPA_PUT_LE32(pos, conf->reassociation_deadline);
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3240 bss->reassociation_deadline = atoi(pos); in hostapd_config_fill()