Searched refs:hostapd_set_oper_chwidth (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | drv_callbacks.c | 988 hostapd_set_oper_chwidth(hapd->iconf, chwidth); in hostapd_event_ch_switch() 1170 hostapd_set_oper_chwidth(hapd->iconf, CONF_OPER_CHWIDTH_USE_HT); in hostapd_acs_channel_selected() 1180 hostapd_set_oper_chwidth( in hostapd_acs_channel_selected() 1183 hostapd_set_oper_chwidth( in hostapd_acs_channel_selected() 1191 hostapd_set_oper_chwidth(hapd->iconf, in hostapd_acs_channel_selected() 1200 hostapd_set_oper_chwidth(hapd->iconf, CONF_OPER_CHWIDTH_320MHZ); in hostapd_acs_channel_selected()
|
D | hostapd.c | 317 hostapd_set_oper_chwidth(hapd->iconf, in hostapd_reload_config() 1799 hostapd_set_oper_chwidth(iface->conf, ch_width); in setup_interface2() 3614 hostapd_set_oper_chwidth(conf, CONF_OPER_CHWIDTH_USE_HT); in hostapd_change_config_freq() 3618 hostapd_set_oper_chwidth(conf, in hostapd_change_config_freq() 3621 hostapd_set_oper_chwidth(conf, in hostapd_change_config_freq() 3625 hostapd_set_oper_chwidth(conf, CONF_OPER_CHWIDTH_160MHZ); in hostapd_change_config_freq() 3628 hostapd_set_oper_chwidth(conf, CONF_OPER_CHWIDTH_320MHZ); in hostapd_change_config_freq() 3856 hostapd_set_oper_chwidth(iface->conf, bw); in hostapd_switch_channel_fallback()
|
D | dfs.c | 975 hostapd_set_oper_chwidth(iface->conf, current_vht_oper_chwidth); in hostapd_dfs_request_channel_switch() 1022 hostapd_set_oper_chwidth(iface->conf, new_vht_oper_chwidth); in hostapd_dfs_request_channel_switch() 1235 hostapd_set_oper_chwidth(iface->conf, oper_chwidth - 1); in dfs_downgrade_bandwidth()
|
D | ap_config.h | 1196 hostapd_set_oper_chwidth(struct hostapd_config *conf, in hostapd_set_oper_chwidth() function
|
D | hw_features.c | 374 hostapd_set_oper_chwidth(iface->conf, CONF_OPER_CHWIDTH_USE_HT); in ieee80211n_check_scan()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.c | 86 hostapd_set_oper_chwidth(conf, ssid->max_oper_chwidth); in wpas_conf_ap_vht() 136 hostapd_set_oper_chwidth(conf, CONF_OPER_CHWIDTH_160MHZ); in wpas_conf_ap_vht() 148 hostapd_set_oper_chwidth(conf, CONF_OPER_CHWIDTH_80MHZ); in wpas_conf_ap_vht() 177 hostapd_set_oper_chwidth(conf, CONF_OPER_CHWIDTH_USE_HT); in wpas_conf_ap_vht()
|