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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h390 u32 reassociation_deadline; member in struct:hostapd_bss_config
H A Dwpa_auth.h211 u32 reassociation_deadline; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c88 wconf->reassociation_deadline = conf->reassociation_deadline;
H A Dwpa_auth.c3308 WPA_PUT_LE32(pos, conf->reassociation_deadline);
5128 WPA_PUT_LE32(pos, conf->reassociation_deadline);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3026 } else if (os_strcmp(buf, "reassociation_deadline") == 0) {
3027 bss->reassociation_deadline = atoi(pos);

Completed in 93 milliseconds