Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/ap/
H A Ddrv_callbacks.c856 hostapd_set_oper_chwidth(hapd->iconf, chwidth); in hostapd_event_ch_switch()
967 hostapd_set_oper_chwidth(hapd->iconf, CHANWIDTH_USE_HT); in hostapd_acs_channel_selected()
971 hostapd_set_oper_chwidth(hapd->iconf, CHANWIDTH_80MHZ); in hostapd_acs_channel_selected()
977 hostapd_set_oper_chwidth(hapd->iconf, in hostapd_acs_channel_selected()
986 hostapd_set_oper_chwidth(hapd->iconf, in hostapd_acs_channel_selected()
H A Dhostapd.c268 hostapd_set_oper_chwidth(hapd->iconf, in hostapd_reload_config()
3316 hostapd_set_oper_chwidth(conf, CHANWIDTH_USE_HT); in hostapd_change_config_freq()
3320 hostapd_set_oper_chwidth(conf, CHANWIDTH_80P80MHZ); in hostapd_change_config_freq()
3322 hostapd_set_oper_chwidth(conf, CHANWIDTH_80MHZ); in hostapd_change_config_freq()
3325 hostapd_set_oper_chwidth(conf, CHANWIDTH_160MHZ); in hostapd_change_config_freq()
3520 hostapd_set_oper_chwidth(iface->conf, bw); in hostapd_switch_channel_fallback()
H A Dap_config.h1024 hostapd_set_oper_chwidth(struct hostapd_config *conf, u8 oper_chwidth) in hostapd_set_oper_chwidth() function
H A Dhw_features.c334 hostapd_set_oper_chwidth(iface->conf, CHANWIDTH_USE_HT); in ieee80211n_check_scan()