Home
last modified time | relevance | path

Searched refs:csa_settings (Results 1 - 25 of 26) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddfs.c888 struct csa_settings csa_settings; in hostapd_dfs_start_channel_switch() local
956 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()
980 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_start_channel_switch()
H A Dctrl_iface_ap.h30 struct csa_settings *settings);
H A Dap_drv_ops.h290 struct csa_settings *settings) in hostapd_drv_switch_channel()
H A Dhostapd.h605 struct csa_settings *settings);
H A Dctrl_iface_ap.c836 struct csa_settings *settings) in hostapd_parse_csa_settings()
H A Dhostapd.c3348 struct csa_settings *settings) in hostapd_fill_csa_settings()
3453 struct csa_settings *settings) in hostapd_switch_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddfs.c1038 struct csa_settings csa_settings; in hostapd_dfs_start_channel_switch() local
1116 os_memset(&csa_settings, 0, sizeof(csa_settings)); in hostapd_dfs_start_channel_switch()
1117 csa_settings.cs_count = 5; in hostapd_dfs_start_channel_switch()
1118 csa_settings.block_tx = 1; in hostapd_dfs_start_channel_switch()
1123 err = hostapd_set_freq_params(&csa_settings.freq_params, in hostapd_dfs_start_channel_switch()
1146 err = hostapd_switch_channel(iface->bss[i], &csa_settings); in hostapd_dfs_start_channel_switch()
H A Dctrl_iface_ap.h30 struct csa_settings *settings);
H A Dhostapd.h641 struct csa_settings *settings);
H A Dap_drv_ops.h295 struct csa_settings *settings) in hostapd_drv_switch_channel()
H A Dctrl_iface_ap.c892 struct csa_settings *settings) in hostapd_parse_csa_settings()
H A Dhostapd.c3585 struct csa_settings *settings) in hostapd_fill_csa_settings()
3698 struct csa_settings *settings) in hostapd_switch_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dap.h54 struct csa_settings *settings);
H A Dp2p_supplicant.c9127 struct csa_settings csa_settings; in wpas_p2p_move_go_csa() local
9175 os_memset(&csa_settings, 0, sizeof(csa_settings)); in wpas_p2p_move_go_csa()
9176 csa_settings.cs_count = P2P_GO_CSA_COUNT; in wpas_p2p_move_go_csa()
9177 csa_settings.block_tx = P2P_GO_CSA_BLOCK_TX; in wpas_p2p_move_go_csa()
9178 csa_settings.freq_params.freq = params.freq; in wpas_p2p_move_go_csa()
9179 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel; in wpas_p2p_move_go_csa()
9180 csa_settings.freq_params.ht_enabled = conf->ieee80211n; in wpas_p2p_move_go_csa()
9181 csa_settings in wpas_p2p_move_go_csa()
[all...]
H A Dap.c1367 struct csa_settings *settings) in ap_switch_channel()
1383 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
H A Ddriver_i.h611 struct csa_settings *settings) in wpa_drv_switch_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dap.h54 struct csa_settings *settings);
H A Dp2p_supplicant.c10568 struct csa_settings csa_settings;
10617 os_memset(&csa_settings, 0, sizeof(csa_settings));
10618 csa_settings.cs_count = P2P_GO_CSA_COUNT;
10619 csa_settings.block_tx = P2P_GO_CSA_BLOCK_TX;
10620 csa_settings.freq_params.freq = params.freq;
10621 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel;
10622 csa_settings.freq_params.ht_enabled = conf->ieee80211n;
10623 csa_settings
[all...]
H A Dap.c1616 struct csa_settings *settings) in ap_switch_channel()
1639 struct csa_settings settings; in ap_ctrl_iface_chanswitch()
H A Ddriver_i.h680 struct csa_settings *settings) in wpa_drv_switch_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h2071 * struct csa_settings - Settings for channel switch command
2080 struct csa_settings { struct
3700 int (*switch_channel)(void *priv, struct csa_settings *settings);
H A Ddriver_nl80211.c9019 static int nl80211_switch_channel(void *priv, struct csa_settings *settings) in nl80211_switch_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h2473 * struct csa_settings - Settings for channel switch command
2482 struct csa_settings { struct
4123 int (*switch_channel)(void *priv, struct csa_settings *settings);
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c2346 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c2765 struct csa_settings settings; in hostapd_ctrl_iface_chan_switch()

Completed in 90 milliseconds

12