aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/intel/iwlwifi/mvm/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28wifi: iwlwifi: Track scan_cmd allocation size explicitlyKees Cook1-3/+3
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-2/+2
2022-02-18iwlwifi: mvm: Consider P2P GO operation during scanIlan Peer1-3/+129
2022-02-18iwlwifi: mvm: Unify the scan iteration functionsIlan Peer1-42/+32
2022-02-18iwlwifi: remove unused macrosJohannes Berg1-1/+0
2022-02-18iwlwifi: mvm: Passively scan non PSC channels only when requested soIlan Peer1-10/+32
2022-02-18iwlwifi: scan: Modify return value of a functionIlan Peer1-5/+2
2022-02-18iwlwifi: mvm: Correctly set fragmented EBSIlan Peer1-1/+4
2022-02-18iwlwifi: avoid void pointer arithmeticJohannes Berg1-1/+1
2022-02-18iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg1-15/+7
2022-02-18iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg1-5/+4
2021-12-21iwlwifi: mvm: correctly set schedule scan profilesAyala Beker1-1/+3
2021-12-21iwlwifi: mvm: perform 6GHz passive scan after suspendAvraham Stern1-12/+9
2021-12-21iwlwifi: mvm: correctly set channel flagsAyala Beker1-3/+4
2021-12-21iwlwifi: mvm: add support for OCE scanAvraham Stern1-0/+6
2021-12-21iwlwifi: mvm: Increase the scan timeout guard to 30 secondsIlan Peer1-1/+1
2021-12-07iwlwifi: mvm: Add support for a new version of scan request commandIlan Peer1-18/+33
2021-10-28iwlwifi: mvm: Use all Rx chains for roaming scanIlan Peer1-0/+8
2021-10-22iwlwifi: mvm: update definitions due to new rate & flagsMiri Korenblit1-1/+1
2021-08-26iwlwifi: mvm: Fix scan channel flags settingsIlan Peer1-1/+1
2021-08-26iwlwifi: mvm: Refactor setting of SSIDs for 6GHz scanIlan Peer1-76/+28
2021-08-26iwlwifi: mvm: Add support for hidden network scan on 6GHz bandIlan Peer1-15/+75
2021-08-26iwlwifi: mvm: Do not use full SSIDs in 6GHz scanIlan Peer1-3/+6
2021-06-22iwlwifi: mvm: fix indentation in some scan functionsLuca Coelho1-7/+7
2021-04-14iwlwifi: mvm: Add support for 6GHz passive scanIlan Peer1-0/+128
2021-02-11iwlwifi: mvm: Support SCAN_CFG_CMD version 5Ilan Peer1-6/+8
2021-02-05iwlwifi: mvm: cancel the scan delayed work when scan is abortedEmmanuel Grumbach1-0/+3
2021-02-05iwlwifi: mvm: scan: fix scheduled scan restart handlingJohannes Berg1-2/+7
2020-12-11iwlwifi: mvm: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-64/+6
2020-12-10iwlwifi: mvm: clean up scan state on failureJohannes Berg1-11/+20
2020-12-10iwlwifi: follow the new inclusive terminologyEmmanuel Grumbach1-12/+12
2020-12-10iwlwifi: mvm: add support for 6GHzLuca Coelho1-4/+292
2020-10-08iwlwifi: mvm: support ADD_STA_CMD_API_S ver 12Nathan Errera1-3/+34
2020-10-01iwlwifi: mvm: ignore the scan duration parameterAvraham Stern1-45/+10
2020-10-01iwlwifi: mvm: clear all scan UIDsAyala Beker1-0/+9
2020-10-01iwlwifi: fw: add default value for iwl_fw_lookup_cmd_verMordechay Goodstein1-2/+4
2020-04-24iwlwifi: move API version lookup to common codeMordechay Goodstein1-4/+4
2020-04-24iwlwifi: scan: remove support for fw scan api v13Tova Mussai1-36/+0
2020-03-27iwlwifi: scan: support FW APIs with variable number of profilesTova Mussai1-13/+27
2020-03-27iwlwifi: scan: support scan req cmd ver 14Shahar S Matityahu1-6/+123
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-47/+0
2019-12-30Revert "iwlwifi: mvm: fix scan config command size"Mehmet Akif Tasova1-1/+1
2019-12-20iwlwifi: scan: remove support for fw scan api v11Tova Mussai1-47/+0
2019-11-20iwlwifi: scan: support scan req FW API ver 13Tova Mussai1-3/+51
2019-11-15iwlwifi: mvm: scan: enable adaptive dwell in p2pShahar S Matityahu1-4/+2
2019-11-15iwlwifi: scan: support scan req cmd ver 12Shahar S Matityahu1-0/+180
2019-11-15iwlwifi: scan: make new scan req versioning flowShahar S Matityahu1-98/+150
2019-11-15iwlwifi: scan: adapt the code to use api ver 11Tova Mussai1-6/+196
2019-11-15iwlwifi: scan: Create function to build scan cmdTova Mussai1-15/+17