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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h230 u32 reassociation_deadline; member in struct:hostapd_bss_config
H A Dwpa_auth_glue.c76 wconf->reassociation_deadline = conf->reassociation_deadline;
H A Dwpa_auth.h159 u32 reassociation_deadline; member in struct:wpa_auth_config
H A Dwpa_auth.c1790 WPA_PUT_LE32(pos, conf->reassociation_deadline);
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1626 } else if (os_strcmp(buf, "reassociation_deadline") == 0) {
1627 bss->reassociation_deadline = atoi(pos);

Completed in 76 milliseconds