]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: Add support for hidden network scan on 6GHz band
authorIlan Peer <ilan.peer@intel.com>
Mon, 2 Aug 2021 14:09:43 +0000 (17:09 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 26 Aug 2021 20:32:22 +0000 (23:32 +0300)
commit35c39f782a1d0f886581e5fe076dfcab2fa4eab7
tree472d87070a42f0b3a2a61741853fb19c454e18b2
parentd5e3983a0d502a9476f73fe4ec4c111b7d112f7c
iwlwifi: mvm: Add support for hidden network scan on 6GHz band

Add support for discovery of hidden networks on the 6GHz band,
by including the scan request direct SSIDs in the FW scan request
command:

- In case a short SSID matches one of the direct SSIDs in the scan
  request command, add the matching SSID in the same offset in the
  'direct_ssids' array.
- Otherwise, add the SSID in one of the available slots.

Additionally, as a preparation to handle hidden APs, refactor
iwl_mvm_umac_scan_cfg_channels_v6_6g() the function.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210802170640.ffb540a70212.Ia2bb9bc9435b833820bcc7dc30adcedb5a5a9869@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/file.h
drivers/net/wireless/intel/iwlwifi/mvm/scan.c