Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/src/ap/
H A Ddfs.c973 struct csa_settings csa_settings; in hostapd_dfs_request_channel_switch() local
987 os_memset(&csa_settings, 0, sizeof(csa_settings)); in hostapd_dfs_request_channel_switch()
988 csa_settings.cs_count = 5; in hostapd_dfs_request_channel_switch()
989 csa_settings.block_tx = 1; in hostapd_dfs_request_channel_switch()
990 csa_settings.link_id = -1; in hostapd_dfs_request_channel_switch()
993 csa_settings.link_id = iface->bss[0]->mld_link_id; in hostapd_dfs_request_channel_switch()
999 err = hostapd_set_freq_params(&csa_settings.freq_params, in hostapd_dfs_request_channel_switch()
1025 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_request_channel_switch()
H A Dctrl_iface_ap.h30 struct csa_settings *settings);
H A Dap_drv_ops.h313 struct csa_settings *settings) in hostapd_drv_switch_channel()
H A Dhostapd.h755 struct csa_settings *settings);
H A Dctrl_iface_ap.c1098 struct csa_settings *settings) in hostapd_parse_csa_settings()
H A Dhostapd.c4345 struct csa_settings *settings) in hostapd_fill_csa_settings()
4488 struct csa_settings *settings) in hostapd_switch_channel()
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Dap.h73 struct csa_settings *settings);
H A Dp2p_supplicant.c9745 struct csa_settings csa_settings; in wpas_p2p_move_go_csa() local
9800 os_memset(&csa_settings, 0, sizeof(csa_settings)); in wpas_p2p_move_go_csa()
9801 csa_settings.cs_count = P2P_GO_CSA_COUNT; in wpas_p2p_move_go_csa()
9802 csa_settings.block_tx = P2P_GO_CSA_BLOCK_TX; in wpas_p2p_move_go_csa()
9803 csa_settings.link_id = -1; in wpas_p2p_move_go_csa()
9804 csa_settings.freq_params.freq = params.freq; in wpas_p2p_move_go_csa()
9841 csa_settings.freq_params.center_freq1 = freq1; in wpas_p2p_move_go_csa()
9842 csa_settings.freq_params.center_freq2 = freq2; in wpas_p2p_move_go_csa()
9847 csa_settings.freq_params.bandwidth = 80; in wpas_p2p_move_go_csa()
9850 csa_settings.freq_params.bandwidth = 160; in wpas_p2p_move_go_csa()
[all …]
H A Dap.c1828 struct csa_settings *settings) in ap_switch_channel()
1851 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
H A Ddriver_i.h631 struct csa_settings *settings) in wpa_drv_switch_channel()
/freebsd-14.2/contrib/wpa/src/drivers/
H A Ddriver.h2737 struct csa_settings { struct
4517 int (*switch_channel)(void *priv, struct csa_settings *settings);
H A Ddriver_nl80211.c11205 static int nl80211_switch_channel(void *priv, struct csa_settings *settings) in nl80211_switch_channel()
/freebsd-14.2/contrib/wpa/hostapd/
H A Dctrl_iface.c2652 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()