Home
last modified time | relevance | path

Searched refs:sr_control (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/ap/
Dieee802_11_he.c328 if (!hapd->iface->conf->spr.sr_control) in hostapd_eid_spatial_reuse()
331 if (hapd->iface->conf->spr.sr_control & in hostapd_eid_spatial_reuse()
335 if (hapd->iface->conf->spr.sr_control & in hostapd_eid_spatial_reuse()
346 spr->sr_ctrl = hapd->iface->conf->spr.sr_control; in hostapd_eid_spatial_reuse()
Dap_config.h1035 u8 sr_control; member
Dbeacon.c2689 params.he_spr_ctrl = hapd->iface->conf->spr.sr_control; in __ieee802_11_set_beacon()
/hostap-latest/hostapd/
Dconfig_file.c3899 conf->spr.sr_control = atoi(pos) & 0x1f; in hostapd_config_fill()