Searched refs:csa_settings (Results 1 – 12 of 12) sorted by relevance
809 struct csa_settings csa_settings; in hostapd_dfs_start_channel_switch() local868 os_memset(&csa_settings, 0, sizeof(csa_settings)); in hostapd_dfs_start_channel_switch()869 csa_settings.cs_count = 5; in hostapd_dfs_start_channel_switch()870 csa_settings.block_tx = 1; in hostapd_dfs_start_channel_switch()871 err = hostapd_set_freq_params(&csa_settings.freq_params, in hostapd_dfs_start_channel_switch()890 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_start_channel_switch()
25 struct csa_settings *settings);
399 struct csa_settings *settings);
267 struct csa_settings *settings) in hostapd_drv_switch_channel()
493 struct csa_settings *settings) in hostapd_parse_csa_settings()
2312 struct csa_settings *settings) in hostapd_fill_csa_settings()2367 struct csa_settings *settings) in hostapd_switch_channel()
54 struct csa_settings *settings);
1086 struct csa_settings *settings) in ap_switch_channel()1101 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
583 struct csa_settings *settings) in wpa_drv_switch_channel()
1295 struct csa_settings { struct2751 int (*switch_channel)(void *priv, struct csa_settings *settings);
12248 static int nl80211_switch_channel(void *priv, struct csa_settings *settings) in nl80211_switch_channel()
1259 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()