Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dneighbor_db.c148 if (!vht || hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_USE_HT) in hostapd_get_nr_chan_width()
150 if (hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_80MHZ) in hostapd_get_nr_chan_width()
152 if (hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_160MHZ) in hostapd_get_nr_chan_width()
154 if (hapd->iconf->vht_oper_chwidth == VHT_CHANWIDTH_80P80MHZ) in hostapd_get_nr_chan_width()
208 hapd->iconf->vht_oper_chwidth, in hostapd_neighbor_set_own_report()
Dieee802_11_vht.c95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
96 if (hapd->iconf->vht_oper_chwidth == 2) { in hostapd_eid_vht_operation()
109 } else if (hapd->iconf->vht_oper_chwidth == 3) { in hostapd_eid_vht_operation()
244 switch (iface->conf->vht_oper_chwidth) { in hostapd_eid_txpower_envelope()
Ddfs.c32 switch (iface->conf->vht_oper_chwidth) { in dfs_get_used_n_chans()
249 switch (iface->conf->vht_oper_chwidth) { in dfs_adjust_vht_center_freq()
293 switch (iface->conf->vht_oper_chwidth) { in dfs_get_start_chan_idx()
351 iface->conf->vht_oper_chwidth); in dfs_get_start_chan_idx()
739 iface->conf->vht_oper_chwidth, in hostapd_handle_dfs()
750 iface->conf->vht_oper_chwidth, in hostapd_handle_dfs()
966 iface->conf->vht_oper_chwidth, in hostapd_dfs_start_channel_switch()
Dap_drv_ops.c540 int sec_channel_offset, int vht_oper_chwidth, in hostapd_set_freq() argument
547 vht_oper_chwidth, in hostapd_set_freq()
778 int sec_channel_offset, int vht_oper_chwidth, in hostapd_start_dfs_cac() argument
796 vht_oper_chwidth, center_segment0, in hostapd_start_dfs_cac()
925 if (hapd->iface->conf->vht_oper_chwidth == VHT_CHANWIDTH_80MHZ) in hostapd_drv_do_acs()
927 else if (hapd->iface->conf->vht_oper_chwidth == in hostapd_drv_do_acs()
929 hapd->iface->conf->vht_oper_chwidth == in hostapd_drv_do_acs()
Dacs.c598 switch (iface->conf->vht_oper_chwidth) { in acs_find_ideal_chan()
651 if (iface->conf->vht_oper_chwidth == in acs_find_ideal_chan()
660 if (iface->conf->vht_oper_chwidth == in acs_find_ideal_chan()
792 switch (iface->conf->vht_oper_chwidth) { in acs_adjust_vht_center_freq()
Dap_drv_ops.h64 int sec_channel_offset, int vht_oper_chwidth,
125 int sec_channel_offset, int vht_oper_chwidth,
Dhostapd.c263 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth; in hostapd_reload_config()
1867 hapd->iconf->vht_oper_chwidth, in hostapd_setup_interface_complete_sync()
3215 conf->vht_oper_chwidth, in hostapd_change_config_freq()
3225 conf->vht_oper_chwidth = VHT_CHANWIDTH_USE_HT; in hostapd_change_config_freq()
3229 conf->vht_oper_chwidth = VHT_CHANWIDTH_80P80MHZ; in hostapd_change_config_freq()
3231 conf->vht_oper_chwidth = VHT_CHANWIDTH_80MHZ; in hostapd_change_config_freq()
3234 conf->vht_oper_chwidth = VHT_CHANWIDTH_160MHZ; in hostapd_change_config_freq()
3426 iface->conf->vht_oper_chwidth = vht_bw; in hostapd_switch_channel_fallback()
Ddrv_callbacks.c854 hapd->iconf->vht_oper_chwidth = chwidth; in hostapd_event_ch_switch()
956 hapd->iconf->vht_oper_chwidth = VHT_CHANWIDTH_USE_HT; in hostapd_acs_channel_selected()
960 hapd->iconf->vht_oper_chwidth = VHT_CHANWIDTH_80MHZ; in hostapd_acs_channel_selected()
965 hapd->iconf->vht_oper_chwidth = in hostapd_acs_channel_selected()
972 hapd->iconf->vht_oper_chwidth = in hostapd_acs_channel_selected()
Dap_config.h812 u8 vht_oper_chwidth; member
Dbeacon.c350 hapd->iconf->vht_oper_chwidth, in hostapd_eid_supported_op_classes()
1425 iconf->vht_oper_chwidth, in ieee802_11_set_beacon()
Dhw_features.c334 iface->conf->vht_oper_chwidth = VHT_CHANWIDTH_USE_HT; in ieee80211n_check_scan()
Dctrl_iface_ap.c734 iface->conf->vht_oper_chwidth, in hostapd_ctrl_iface_status()
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c365 int vht_oper_chwidth, int center_segment0, in hostapd_set_freq_params() argument
379 if (data->vht_enabled) switch (vht_oper_chwidth) { in hostapd_set_freq_params()
400 if ((vht_oper_chwidth == VHT_CHANWIDTH_80MHZ && in hostapd_set_freq_params()
402 (vht_oper_chwidth == VHT_CHANWIDTH_80P80MHZ && in hostapd_set_freq_params()
Dhw_features_common.h36 int vht_oper_chwidth, int center_segment0,
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c63 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpas_conf_ap_vht()
70 conf->vht_oper_chwidth == VHT_CHANWIDTH_USE_HT) in wpas_conf_ap_vht()
80 switch (conf->vht_oper_chwidth) { in wpas_conf_ap_vht()
100 conf->vht_oper_chwidth = VHT_CHANWIDTH_160MHZ; in wpas_conf_ap_vht()
107 conf->vht_oper_chwidth = VHT_CHANWIDTH_80MHZ; in wpas_conf_ap_vht()
131 conf->vht_oper_chwidth = VHT_CHANWIDTH_USE_HT; in wpas_conf_ap_vht()
Dmesh.c334 conf->vht_oper_chwidth = ssid->max_oper_chwidth; in wpa_supplicant_mesh_init()
335 switch (conf->vht_oper_chwidth) { in wpa_supplicant_mesh_init()
Dp2p_supplicant.c9174 conf->vht_oper_chwidth, in wpas_p2p_move_go_csa()
9203 switch (conf->vht_oper_chwidth) { in wpas_p2p_move_go_csa()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3418 conf->vht_oper_chwidth = atoi(pos); in hostapd_config_fill()