Home
last modified time | relevance | path

Searched refs:csa_settings (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Ddfs.c981 struct csa_settings csa_settings; in hostapd_dfs_request_channel_switch() local
1003 os_memset(&csa_settings, 0, sizeof(csa_settings)); in hostapd_dfs_request_channel_switch()
1004 csa_settings.cs_count = 5; in hostapd_dfs_request_channel_switch()
1005 csa_settings.block_tx = 1; in hostapd_dfs_request_channel_switch()
1006 csa_settings.link_id = -1; in hostapd_dfs_request_channel_switch()
1009 csa_settings.link_id = iface->bss[0]->mld_link_id; in hostapd_dfs_request_channel_switch()
1015 err = hostapd_set_freq_params(&csa_settings.freq_params, in hostapd_dfs_request_channel_switch()
1041 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_request_channel_switch()
H A Dctrl_iface_ap.h34 struct csa_settings *settings);
H A Dhostapd.h836 struct csa_settings *settings);
838 struct csa_settings *settings);
H A Dinterference.c353 struct csa_settings settings; in hostapd_incumbt_sig_intf_detected()
H A Dap_drv_ops.h308 struct csa_settings *settings) in hostapd_drv_switch_channel()
H A Dhostapd.c4700 struct csa_settings *settings) in hostapd_fill_csa_settings()
4872 struct csa_settings *settings) in hostapd_switch_channel()
4904 struct csa_settings *settings) in hostapd_force_channel_switch()
H A Dctrl_iface_ap.c1430 struct csa_settings *settings) in hostapd_parse_csa_settings()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.h73 struct csa_settings *settings);
H A Dp2p_supplicant.c11216 struct csa_settings csa_settings; in wpas_p2p_move_go_csa() local
11271 os_memset(&csa_settings, 0, sizeof(csa_settings)); in wpas_p2p_move_go_csa()
11272 csa_settings.cs_count = P2P_GO_CSA_COUNT; in wpas_p2p_move_go_csa()
11273 csa_settings.block_tx = P2P_GO_CSA_BLOCK_TX; in wpas_p2p_move_go_csa()
11274 csa_settings.link_id = -1; in wpas_p2p_move_go_csa()
11275 csa_settings.freq_params.freq = params.freq; in wpas_p2p_move_go_csa()
11276 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()
11277 csa_settings.freq_params.ht_enabled = conf->ieee80211n; in wpas_p2p_move_go_csa()
11278 csa_settings.freq_params.bandwidth = conf->secondary_channel ? 40 : 20; in wpas_p2p_move_go_csa()
11311 csa_settings.freq_params.vht_enabled = conf->ieee80211ac; in wpas_p2p_move_go_csa()
[all …]
H A Dap.c1846 struct csa_settings *settings) in ap_switch_channel()
1871 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
H A Ddriver_i.h655 struct csa_settings *settings) in wpa_drv_switch_channel()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3067 struct csa_settings { struct
5043 int (*switch_channel)(void *priv, struct csa_settings *settings);
H A Ddriver_nl80211.c12291 static int nl80211_switch_channel(void *priv, struct csa_settings *settings) in nl80211_switch_channel()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2446 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()