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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c69 wconf->reassociation_deadline = conf->reassociation_deadline;
H A Dap_config.h285 u32 reassociation_deadline; member in struct:hostapd_bss_config
H A Dwpa_auth.h157 u32 reassociation_deadline; member in struct:wpa_auth_config
H A Dwpa_auth.c2120 WPA_PUT_LE32(pos, conf->reassociation_deadline);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c69 wconf->reassociation_deadline = conf->reassociation_deadline;
H A Dap_config.h285 u32 reassociation_deadline; member in struct:hostapd_bss_config
H A Dwpa_auth.h157 u32 reassociation_deadline; member in struct:wpa_auth_config
H A Dwpa_auth.c2120 WPA_PUT_LE32(pos, conf->reassociation_deadline);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c69 wconf->reassociation_deadline = conf->reassociation_deadline;
H A Dap_config.h285 u32 reassociation_deadline; member in struct:hostapd_bss_config
H A Dwpa_auth.h157 u32 reassociation_deadline; member in struct:wpa_auth_config
H A Dwpa_auth.c2120 WPA_PUT_LE32(pos, conf->reassociation_deadline);
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2347 } else if (os_strcmp(buf, "reassociation_deadline") == 0) {
2348 bss->reassociation_deadline = atoi(pos);

Completed in 258 milliseconds