Searched refs:hostapd_set_oper_chwidth (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/ap/ |
D | dfs.c | 984 hostapd_set_oper_chwidth(iface->conf, current_vht_oper_chwidth); in hostapd_dfs_request_channel_switch() 1037 hostapd_set_oper_chwidth(iface->conf, new_vht_oper_chwidth); in hostapd_dfs_request_channel_switch() 1260 hostapd_set_oper_chwidth(iface->conf, oper_chwidth - 1); in dfs_downgrade_bandwidth()
|
D | drv_callbacks.c | 1269 hostapd_set_oper_chwidth(hapd->iconf, chwidth); in hostapd_event_ch_switch() 1465 hostapd_set_oper_chwidth(hapd->iconf, CONF_OPER_CHWIDTH_USE_HT); in hostapd_acs_channel_selected() 1475 hostapd_set_oper_chwidth( in hostapd_acs_channel_selected() 1478 hostapd_set_oper_chwidth( in hostapd_acs_channel_selected() 1486 hostapd_set_oper_chwidth(hapd->iconf, in hostapd_acs_channel_selected() 1495 hostapd_set_oper_chwidth(hapd->iconf, CONF_OPER_CHWIDTH_320MHZ); in hostapd_acs_channel_selected()
|
D | hostapd.c | 324 hostapd_set_oper_chwidth(hapd->iconf, in hostapd_reload_config() 2170 hostapd_set_oper_chwidth(iface->conf, ch_width); in setup_interface2() 4296 hostapd_set_oper_chwidth(conf, CONF_OPER_CHWIDTH_USE_HT); in hostapd_change_config_freq() 4300 hostapd_set_oper_chwidth(conf, in hostapd_change_config_freq() 4303 hostapd_set_oper_chwidth(conf, in hostapd_change_config_freq() 4307 hostapd_set_oper_chwidth(conf, CONF_OPER_CHWIDTH_160MHZ); in hostapd_change_config_freq() 4310 hostapd_set_oper_chwidth(conf, CONF_OPER_CHWIDTH_320MHZ); in hostapd_change_config_freq() 4569 hostapd_set_oper_chwidth(iface->conf, bw); in hostapd_switch_channel_fallback()
|
D | ap_config.h | 1277 hostapd_set_oper_chwidth(struct hostapd_config *conf, in hostapd_set_oper_chwidth() function
|
D | hw_features.c | 405 hostapd_set_oper_chwidth(iface->conf, CONF_OPER_CHWIDTH_USE_HT); in ieee80211n_check_scan()
|
/hostap-latest/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()
|