Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddfs.c837 struct csa_settings csa_settings; in hostapd_dfs_start_channel_switch() local
896 os_memset(&csa_settings, 0, sizeof(csa_settings)); in hostapd_dfs_start_channel_switch()
897 csa_settings.cs_count = 5; in hostapd_dfs_start_channel_switch()
898 csa_settings.block_tx = 1; in hostapd_dfs_start_channel_switch()
899 err = hostapd_set_freq_params(&csa_settings.freq_params, in hostapd_dfs_start_channel_switch()
918 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_start_channel_switch()
Dctrl_iface_ap.h25 struct csa_settings *settings);
Dhostapd.h438 struct csa_settings *settings);
Dap_drv_ops.h265 struct csa_settings *settings) in hostapd_drv_switch_channel()
Dctrl_iface_ap.c510 struct csa_settings *settings) in hostapd_parse_csa_settings()
Dhostapd.c2588 struct csa_settings *settings) in hostapd_fill_csa_settings()
2643 struct csa_settings *settings) in hostapd_switch_channel()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.h54 struct csa_settings *settings);
Dap.c1151 struct csa_settings *settings) in ap_switch_channel()
1167 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
Ddriver_i.h586 struct csa_settings *settings) in wpa_drv_switch_channel()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1532 struct csa_settings { struct
3031 int (*switch_channel)(void *priv, struct csa_settings *settings);
Ddriver_nl80211.c7531 static int nl80211_switch_channel(void *priv, struct csa_settings *settings) in nl80211_switch_channel()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1756 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()