cfg80211: Support hidden AP discovery over 6GHz band
authorIlan Peer <ilan.peer@intel.com>
Fri, 18 Jun 2021 10:41:41 +0000 (13:41 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Jun 2021 11:05:09 +0000 (13:05 +0200)
commit52bb205213a8169cc40e1eba96483a9e488c17d3
treeaa9f88406c8a67d699eb9880075c090c35db46e0
parent9bd6a83e53a7a4d82f95b354856b64f4359cdddc
cfg80211: Support hidden AP discovery over 6GHz band

To discover a hidden AP on the 6GHz band, the probe request
sent to the AP needs to include the AP's SSID, as some APs
would not respond with a probe response based only on short
SSID match.

To support hidden AP discovery over the 6GHz band,
when constructing the specific 6GHz band scan also include
SSIDs that were part of the original scan request, so these
can be used in the probe requests transmitted during scan.

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.20210618133832.218df9d3203c.Ice0f7a2f6a65f1f9710b7898591481baeefaf490@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/scan.c