Home
last modified time | relevance | path

Searched refs:bss_max_idle (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/ap/
Dieee802_11_shared.c747 hapd->conf->bss_max_idle) { in hostapd_eid_bss_max_idle_period()
766 *pos++ = hapd->conf->bss_max_idle == 2 ? BIT(0) : 0x00; in hostapd_eid_bss_max_idle_period()
Dap_config.h485 int bss_max_idle; member
Dap_config.c98 bss->bss_max_idle = 1; in hostapd_config_defaults_bss()
Dwpa_auth_glue.c275 conf->bss_max_idle && conf->ap_max_inactivity && in hostapd_wpa_auth_conf()
/hostap-latest/tests/hwsim/
Dtest_wnm.py41 beacon_prot=False, he=False, bss_max_idle=None, argument
92 if bss_max_idle is not None:
93 params["bss_max_idle"] = str(bss_max_idle)
801 bss_max_idle=2 if protected else 1, rsn=True)
/hostap-latest/hostapd/
Dconfig_file.c2585 bss->bss_max_idle = val; in hostapd_config_fill()