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

/drivers/net/wireless/cw1200/
H A Dscan.h34 int n_ssids; member in struct:cw1200_scan
/drivers/net/wireless/ti/wlcore/
H A Dscan.c137 u32 n_ssids,
146 bool force_passive = !n_ssids;
173 n_ssids * c->num_probe_reqs * delta_per_probe;
258 u32 n_ssids,
267 n_ssids,
278 n_ssids,
290 n_ssids,
301 n_ssids,
313 n_ssids,
397 (!req->n_ssids ||
134 wlcore_scan_get_channels(struct wl1271 *wl, struct ieee80211_channel *req_channels[], u32 n_channels, u32 n_ssids, struct conn_scan_ch_params *channels, u32 band, bool radar, bool passive, int start, int max_channels, u8 *n_pactive_ch, int scan_type) argument
254 wlcore_set_scan_chan_params(struct wl1271 *wl, struct wlcore_scan_channels *cfg, struct ieee80211_channel *channels[], u32 n_channels, u32 n_ssids, int scan_type) argument
[all...]
H A Dscan.h136 u8 n_ssids; member in struct:wl1271_cmd_sched_scan_ssid_list
164 u32 n_ssids,
/drivers/net/wireless/iwlwifi/mvm/
H A Dscan.c136 int n_ssids, int first)
140 for (req_idx = n_ssids - 1, fw_idx = 0; req_idx >= first;
151 * If req->n_ssids > 0, it means we should do an active scan.
158 * req->n_ssids - 1 bits in addition to the first bit.
160 static u16 iwl_mvm_get_active_dwell(enum ieee80211_band band, int n_ssids) argument
163 return 20 + 3 * (n_ssids + 1);
164 return 10 + 2 * (n_ssids + 1);
180 int type = BIT(req->n_ssids) - 1;
184 type |= BIT(req->n_ssids);
207 int n_ssids, cons
134 iwl_mvm_scan_fill_ssids(struct iwl_ssid_ie *cmd_ssid, struct cfg80211_ssid *ssids, int n_ssids, int first) argument
206 iwl_mvm_fill_probe_req(struct ieee80211_mgmt *frame, const u8 *ta, int n_ssids, const u8 *ssid, int ssid_len, const u8 *band_ie, int band_ie_len, const u8 *common_ie, int common_ie_len, int left) argument
277 iwl_mvm_scan_calc_params(struct iwl_mvm *mvm, struct ieee80211_vif *vif, int n_ssids, u32 flags, struct iwl_mvm_scan_params *params) argument
[all...]
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c910 struct cfg80211_ssid *ssids, int n_ssids,
919 if (n_ssids > MAX_PROBED_SSIDS ||
923 for (i = 0; i < n_ssids; i++) {
943 for (j = 0; j < n_ssids; j++) {
1012 request->n_ssids, NULL, 0);
1082 if (vif->scan_req->n_ssids && vif->scan_req->ssids[0].ssid_len) {
1083 for (i = 0; i < vif->scan_req->n_ssids; i++) {
3276 request->n_ssids,
908 ath6kl_set_probed_ssids(struct ath6kl *ar, struct ath6kl_vif *vif, struct cfg80211_ssid *ssids, int n_ssids, struct cfg80211_match_set *match_set, int n_match_ssid) argument
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c767 u32 n_ssids; local
789 n_ssids = request->n_ssids;
806 brcmf_dbg(SCAN, "### List of SSIDs to scan ### %d\n", n_ssids);
807 if (n_ssids > 0) {
812 for (i = 0; i < n_ssids; i++) {
840 cpu_to_le32((n_ssids << BRCMF_SCAN_PARAMS_NSSID_SHIFT) |
860 params_size += sizeof(struct brcmf_ssid) * request->n_ssids;
3089 request->n_ssids++;
3106 if (request->n_ssids)
[all...]
/drivers/net/wireless/ath/ath10k/
H A Dwmi.h2154 u32 n_ssids; member in struct:wmi_start_scan_arg

Completed in 182 milliseconds