summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/scan.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-2/+2
* iwlwifi: mvm: Consider P2P GO operation during scanIlan Peer2022-02-181-3/+129
* iwlwifi: mvm: Unify the scan iteration functionsIlan Peer2022-02-181-42/+32
* iwlwifi: remove unused macrosJohannes Berg2022-02-181-1/+0
* iwlwifi: mvm: Passively scan non PSC channels only when requested soIlan Peer2022-02-181-10/+32
* iwlwifi: scan: Modify return value of a functionIlan Peer2022-02-181-5/+2
* iwlwifi: mvm: Correctly set fragmented EBSIlan Peer2022-02-181-1/+4
* iwlwifi: avoid void pointer arithmeticJohannes Berg2022-02-181-1/+1
* iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg2022-02-181-15/+7
* iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg2022-02-181-5/+4
* iwlwifi: mvm: correctly set schedule scan profilesAyala Beker2021-12-211-1/+3
* iwlwifi: mvm: perform 6GHz passive scan after suspendAvraham Stern2021-12-211-12/+9
* iwlwifi: mvm: correctly set channel flagsAyala Beker2021-12-211-3/+4
* iwlwifi: mvm: add support for OCE scanAvraham Stern2021-12-211-0/+6
* iwlwifi: mvm: Increase the scan timeout guard to 30 secondsIlan Peer2021-12-211-1/+1
* iwlwifi: mvm: Add support for a new version of scan request commandIlan Peer2021-12-071-18/+33
* iwlwifi: mvm: Use all Rx chains for roaming scanIlan Peer2021-10-281-0/+8
* iwlwifi: mvm: update definitions due to new rate & flagsMiri Korenblit2021-10-221-1/+1
* iwlwifi: mvm: Fix scan channel flags settingsIlan Peer2021-08-261-1/+1
* iwlwifi: mvm: Refactor setting of SSIDs for 6GHz scanIlan Peer2021-08-261-76/+28
* iwlwifi: mvm: Add support for hidden network scan on 6GHz bandIlan Peer2021-08-261-15/+75
* iwlwifi: mvm: Do not use full SSIDs in 6GHz scanIlan Peer2021-08-261-3/+6
* iwlwifi: mvm: fix indentation in some scan functionsLuca Coelho2021-06-221-7/+7
* iwlwifi: mvm: Add support for 6GHz passive scanIlan Peer2021-04-141-0/+128
* iwlwifi: mvm: Support SCAN_CFG_CMD version 5Ilan Peer2021-02-111-6/+8
* iwlwifi: mvm: cancel the scan delayed work when scan is abortedEmmanuel Grumbach2021-02-051-0/+3
* iwlwifi: mvm: scan: fix scheduled scan restart handlingJohannes Berg2021-02-051-2/+7
* iwlwifi: mvm: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-111-1/+1
* iwlwifi: use SPDX tagsJohannes Berg2020-12-101-64/+6
* iwlwifi: mvm: clean up scan state on failureJohannes Berg2020-12-101-11/+20
* iwlwifi: follow the new inclusive terminologyEmmanuel Grumbach2020-12-101-12/+12
* iwlwifi: mvm: add support for 6GHzLuca Coelho2020-12-101-4/+292
* iwlwifi: mvm: support ADD_STA_CMD_API_S ver 12Nathan Errera2020-10-081-3/+34
* iwlwifi: mvm: ignore the scan duration parameterAvraham Stern2020-10-011-45/+10
* iwlwifi: mvm: clear all scan UIDsAyala Beker2020-10-011-0/+9
* iwlwifi: fw: add default value for iwl_fw_lookup_cmd_verMordechay Goodstein2020-10-011-2/+4
* iwlwifi: move API version lookup to common codeMordechay Goodstein2020-04-241-4/+4
* iwlwifi: scan: remove support for fw scan api v13Tova Mussai2020-04-241-36/+0
* iwlwifi: scan: support FW APIs with variable number of profilesTova Mussai2020-03-271-13/+27
* iwlwifi: scan: support scan req cmd ver 14Shahar S Matityahu2020-03-271-6/+123
* Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller2020-01-271-47/+0
|\
| * iwlwifi: scan: remove support for fw scan api v11Tova Mussai2019-12-201-47/+0
* | Revert "iwlwifi: mvm: fix scan config command size"Mehmet Akif Tasova2019-12-301-1/+1
|/
* iwlwifi: scan: support scan req FW API ver 13Tova Mussai2019-11-201-3/+51
* iwlwifi: mvm: scan: enable adaptive dwell in p2pShahar S Matityahu2019-11-151-4/+2
* iwlwifi: scan: support scan req cmd ver 12Shahar S Matityahu2019-11-151-0/+180
* iwlwifi: scan: make new scan req versioning flowShahar S Matityahu2019-11-151-98/+150
* iwlwifi: scan: adapt the code to use api ver 11Tova Mussai2019-11-151-6/+196
* iwlwifi: scan: Create function to build scan cmdTova Mussai2019-11-151-15/+17
* iwlwifi: scan: create function for scan scheduling paramsTova Mussai2019-11-151-23/+38