Searched refs:csa_settings (Results 1 – 13 of 13) sorted by relevance
889 struct csa_settings csa_settings; in hostapd_dfs_start_channel_switch() local956 os_memset(&csa_settings, 0, sizeof(csa_settings)); in hostapd_dfs_start_channel_switch()957 csa_settings.cs_count = 5; in hostapd_dfs_start_channel_switch()958 csa_settings.block_tx = 1; in hostapd_dfs_start_channel_switch()959 err = hostapd_set_freq_params(&csa_settings.freq_params, in hostapd_dfs_start_channel_switch()978 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_start_channel_switch()
30 struct csa_settings *settings);
581 struct csa_settings *settings);
283 struct csa_settings *settings) in hostapd_drv_switch_channel()
834 struct csa_settings *settings) in hostapd_parse_csa_settings()
3255 struct csa_settings *settings) in hostapd_fill_csa_settings()3359 struct csa_settings *settings) in hostapd_switch_channel()
54 struct csa_settings *settings);
9112 struct csa_settings csa_settings; in wpas_p2p_move_go_csa() local9160 os_memset(&csa_settings, 0, sizeof(csa_settings)); in wpas_p2p_move_go_csa()9161 csa_settings.cs_count = P2P_GO_CSA_COUNT; in wpas_p2p_move_go_csa()9162 csa_settings.block_tx = P2P_GO_CSA_BLOCK_TX; in wpas_p2p_move_go_csa()9163 csa_settings.freq_params.freq = params.freq; in wpas_p2p_move_go_csa()9164 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()9165 csa_settings.freq_params.ht_enabled = conf->ieee80211n; in wpas_p2p_move_go_csa()9166 csa_settings.freq_params.bandwidth = conf->secondary_channel ? 40 : 20; in wpas_p2p_move_go_csa()9199 csa_settings.freq_params.vht_enabled = conf->ieee80211ac; in wpas_p2p_move_go_csa()9200 csa_settings.freq_params.center_freq1 = freq1; in wpas_p2p_move_go_csa()[all …]
1362 struct csa_settings *settings) in ap_switch_channel()1378 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
601 struct csa_settings *settings) in wpa_drv_switch_channel()
2034 struct csa_settings { struct3621 int (*switch_channel)(void *priv, struct csa_settings *settings);
8937 static int nl80211_switch_channel(void *priv, struct csa_settings *settings) in nl80211_switch_channel()
2323 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()