Searched defs:csa_settings (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.c827 struct csa_settings csa_settings; local
887 os_memset(&csa_settings, 0, sizeof(csa_settings));
888 csa_settings.cs_count = 5;
889 csa_settings.block_tx = 1;
890 err = hostapd_set_freq_params(&csa_settings.freq_params,
909 err = hostapd_switch_channel(iface->bss[i], &csa_settings);
/external/wpa_supplicant_8/src/ap/
H A Ddfs.c827 struct csa_settings csa_settings; local
887 os_memset(&csa_settings, 0, sizeof(csa_settings));
888 csa_settings.cs_count = 5;
889 csa_settings.block_tx = 1;
890 err = hostapd_set_freq_params(&csa_settings.freq_params,
909 err = hostapd_switch_channel(iface->bss[i], &csa_settings);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddfs.c827 struct csa_settings csa_settings; local
887 os_memset(&csa_settings, 0, sizeof(csa_settings));
888 csa_settings.cs_count = 5;
889 csa_settings.block_tx = 1;
890 err = hostapd_set_freq_params(&csa_settings.freq_params,
909 err = hostapd_switch_channel(iface->bss[i], &csa_settings);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c8812 struct csa_settings csa_settings; local
8860 os_memset(&csa_settings, 0, sizeof(csa_settings));
8861 csa_settings.cs_count = P2P_GO_CSA_COUNT;
8862 csa_settings.block_tx = P2P_GO_CSA_BLOCK_TX;
8863 csa_settings.freq_params.freq = params.freq;
8864 csa_settings.freq_params.sec_channel_offset = conf->secondary_channel;
8865 csa_settings.freq_params.ht_enabled = conf->ieee80211n;
8866 csa_settings
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1615 * struct csa_settings - Settings for channel switch command
1624 struct csa_settings { struct
3141 int (*switch_channel)(void *priv, struct csa_settings *settings);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1615 * struct csa_settings - Settings for channel switch command
1624 struct csa_settings { struct
3141 int (*switch_channel)(void *priv, struct csa_settings *settings);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1615 * struct csa_settings - Settings for channel switch command
1624 struct csa_settings { struct
3141 int (*switch_channel)(void *priv, struct csa_settings *settings);

Completed in 265 milliseconds