Lines Matching defs:n_ssids
5171 * If req->n_ssids > 0, it means we should do an active scan.
5178 * req->n_ssids - 1 bits in addition to the first bit.
5181 iwm_get_active_dwell(struct iwm_softc *sc, int flags, int n_ssids)
5184 return 30 + 3 * (n_ssids + 1);
5185 return 20 + 2 * (n_ssids + 1);
5197 struct iwm_scan_channel_cfg_lmac *chan, int n_ssids)
5214 chan->flags |= htole32(IWM_SCAN_CHANNEL_NSSIDS(n_ssids));
5215 if (!IEEE80211_IS_CHAN_PASSIVE(c) && n_ssids != 0)
5226 struct iwm_scan_channel_cfg_umac *chan, int n_ssids)
5242 chan->flags = htole32(IWM_SCAN_CHANNEL_UMAC_NSSIDS(n_ssids));