Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h1222 u8 eht_bw320_offset; member
1332 return conf->eht_bw320_offset; in hostapd_get_bw320_offset()
1350 conf->eht_bw320_offset = (seg0 - 31) % 64 ? 2 : 1; in hostapd_set_and_check_bw320_offset()
1355 conf->eht_bw320_offset = bw320_offset; in hostapd_set_and_check_bw320_offset()
1358 conf->eht_bw320_offset = 0; in hostapd_set_and_check_bw320_offset()
H A Dap_config.c1589 conf->eht_bw320_offset); in hostapd_config_check()
H A Dctrl_iface_ap.c908 iface->conf->eht_bw320_offset); in hostapd_ctrl_iface_status()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c5093 conf->eht_bw320_offset = atoi(pos); in hostapd_config_fill()