summaryrefslogtreecommitdiff
path: root/wpa_supplicant/wpa_supplicant.c
Commit message (Expand)AuthorAgeFilesLines
* wpa_supplicant: Skip scan before starting a BSS in AP modeJintao Lin2023-04-281-1/+2
* WMM: Advertise support for 16 PTKSA replay counters for non-AP STAJouni Malinen2023-04-181-0/+17
* Add 40 and 80 MHz channels 165 and 173 for 5 GHz IBSS/meshSeevalamuthu Mariappan2023-03-291-4/+5
* Set interface state as inactive if mesh bringup failsHari Chandrakanthan2023-03-291-0/+1
* mesh: Add EHT supportSathishkumar Muruganandam2023-03-091-2/+26
* Rework IBSS/mesh 80 MHz channel selectionNicolas Cavallari2023-02-211-26/+27
* Fix creating 6 GHz IBSS/mesh on 5/6 GHz-capable PHYsNicolas Cavallari2023-02-211-1/+3
* Make arrays static const in ibss_mesh_select_*()Nicolas Cavallari2023-02-211-6/+11
* Split ibss_mesh_setup_freq() into multiple functionsNicolas Cavallari2023-02-211-119/+169
* MLD STA: Use AP MLD address in PMKSA cache attempts for driver-SME caseVeerendranath Jakkam2023-01-311-1/+7
* SAE: Update PT value at later point for SME cases, if neededJouni Malinen2023-01-301-3/+5
* Force MFPR=1 to be used on the 6 GHz bandJouni Malinen2022-12-181-1/+8
* Do not flush PMKSA cache on restoring dedicated per-ESS MAC addressJouni Malinen2022-12-181-1/+2
* Make random MAC address style parameters use common enum valuesJouni Malinen2022-12-181-9/+11
* Check both sec and usec values to see if MAC address was changedJouni Malinen2022-12-181-1/+2
* wpa_supplicant: Handle MAC address randomization changes for same ESSAndrzej Ostruszka2022-12-181-13/+25
* wpa_supplicant: Use MLD address in SAE authenticationAndrei Otcheretianski2022-12-171-1/+5
* Add more nl80211 info to struct wpa_signal_infoDavid Ruth2022-12-031-6/+6
* dbus: Add D-Bus property for current MAC addressAndrzej Ostruszka2022-12-021-0/+7
* wpa_supplicant: Add missing memory allocation checksMicha Hashkes2022-11-301-6/+75
* SAE: Add an enum for defining sae_pwe parameter valuesJouni Malinen2022-11-291-8/+11
* SAE: Enable H2E for 6 GHz BSSJimmy Chen2022-11-291-0/+5
* Implement read-only mode for SSIDs from the additional config (-I)Maximilian Bosch2022-11-291-4/+4
* wpa_supplicant: Add support for pregenerated MACAndrzej Ostruszka2022-11-281-3/+15
* dbus: Add dbus notify when wpa_s->key_mgmt changesxinpeng wang2022-11-271-0/+2
* Enable PMF automatically if OCV is enabledJouni Malinen2022-11-241-0/+7
* Allow a lower priority BSS to be tried after network disablingJouni Malinen2022-11-241-4/+15
* FT: Do not try to use FT protocol between mobility domainsJouni Malinen2022-11-091-1/+1
* Don't use default RSNE/RSNXE when the driver indicates cross SSID roamingUtkarsh Soni2022-11-081-13/+20
* SAE: Allow loading of the password from an external databaseBen Wolsieffer2022-11-071-1/+1
* Fix external passwords with 4-way handshake offloadingBen Wolsieffer2022-11-071-105/+116
* MLD STA: Extend key configuration functions to support Link IDVeerendranath Jakkam2022-11-061-7/+7
* MLD STA: Set MLO connection info to wpa_smVeerendranath Jakkam2022-11-061-0/+3
* Add option to disable SAE key_mgmt without PMFJeffery Miller2022-11-051-1/+15
* P2P: Discount current operating frequency when scanning new connectionMatthew Wang2022-11-051-4/+9
* MLD STA: Use MLD addresses for sending non-Public Action framesVeerendranath Jakkam2022-10-311-0/+40
* MLD STA: Support processing of M1 received before association eventVeerendranath Jakkam2022-10-311-5/+8
* EHT: Allow EHT to be disabled using disable_eht=1 in wpa_supplicantJouni Malinen2022-10-171-0/+12
* Fix compilation error due to use of bitwise '&' with boolean operandsSunil Ravi2022-09-231-1/+1
* MLD STA: Indicate AP MLD address in CTRL-EVENT-CONNECTEDAleti Nageshwar Reddy2022-09-151-2/+9
* SAE: Make sure H2E PT is derived for external auth SSID profileVeerendranath Jakkam2022-09-131-1/+1
* Store secure ranging driver capabilities in WPA state machineVinay Gannevaram2022-09-011-0/+3
* Fix wrong AKM priority for FILSSeongsu Choi2022-08-311-3/+5
* Add support to send multi AKM connect request when driver's SME in useVeerendranath Jakkam2022-08-261-4/+116
* nl80211: Determine maximum number of supported AKMsVeerendranath Jakkam2022-08-261-0/+1
* Fix ifdef condition for imsi_privacy_certJouni Malinen2022-07-251-0/+2
* SAE: Use H2E unconditionally with the new AKM suitesJouni Malinen2022-07-251-1/+4
* SAE: Internal WPA_KEY_MGMT_* defines for extended key AKMsJouni Malinen2022-07-251-1/+9
* SAE: Use wpa_key_mgmt_sae() helperJouni Malinen2022-07-251-1/+1
* Move CHANWIDTH_* definitions from ieee80211_defs.h to defs.hAleti Nageshwar Reddy2022-06-201-10/+10