Home
last modified time | relevance | path

Searched refs:vht_oper_chwidth (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c74 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
Dap_drv_ops.c468 int sec_channel_offset, int vht_oper_chwidth, in hostapd_set_freq() argument
489 if (data.vht_enabled) switch (vht_oper_chwidth) { in hostapd_set_freq()
504 if (vht_oper_chwidth == 1 && center_segment1) in hostapd_set_freq()
506 if (vht_oper_chwidth == 3 && !center_segment1) in hostapd_set_freq()
Dacs.c497 iface->conf->vht_oper_chwidth == 1) in acs_find_ideal_chan()
592 switch (iface->conf->vht_oper_chwidth) { in acs_adjust_vht_center_freq()
Dap_drv_ops.h61 int sec_channel_offset, int vht_oper_chwidth,
Dap_config.h526 u8 vht_oper_chwidth; member
Dhostapd.c964 hapd->iconf->vht_oper_chwidth, in hostapd_setup_interface_complete()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2539 conf->vht_oper_chwidth = atoi(pos); in hostapd_config_fill()