summaryrefslogtreecommitdiff
path: root/wpa_supplicant/sme.c
Commit message (Expand)AuthorAgeFilesLines
* Allow MLO disabled connection to legacy open/WPA2-Personal-only AP MLDsVeerendranath Jakkam2023-04-251-3/+25
* SAE: Fix expected AP MLD address info in a debug printVeerendranath Jakkam2023-04-191-1/+2
* MLD STA: Do not fail on unknown IEs in Authentication framesVeerendranath Jakkam2023-04-191-2/+2
* MLD STA: Add support for SAE external authentication offload to userspaceVeerendranath Jakkam2023-02-151-16/+116
* SAE: Update PT value at later point for SME cases, if neededJouni Malinen2023-01-301-1/+3
* SAE: Extend automatic enabling of H2E on 6 GHz to additional casesJouni Malinen2023-01-301-0/+3
* wpa_supplicant: Use MLD address in SAE authenticationAndrei Otcheretianski2022-12-171-12/+30
* SME: Accept Authentication frame from an MLD APAndrei Otcheretianski2022-12-171-1/+3
* SME: Add support for handling association with MLDAndrei Otcheretianski2022-12-171-0/+25
* SME: Add support for handling authentication with MLDAndrei Otcheretianski2022-12-171-1/+196
* SAE: Make sme_sae_auth() return IE offsetAndrei Otcheretianski2022-12-171-5/+12
* SAE: Support cross AKM roaming between SAE AKMs in external auth caseVeerendranath Jakkam2022-12-151-13/+29
* wpa_supplicant: Add missing memory allocation checksMicha Hashkes2022-11-301-0/+6
* SAE: Add an enum for defining sae_pwe parameter valuesJouni Malinen2022-11-291-5/+8
* dbus: Add dbus notify when wpa_s->key_mgmt changesxinpeng wang2022-11-271-0/+1
* DPP: Drop PMKSA entry if AP reject association due to invalid PMKIDJouni Malinen2022-11-201-0/+28
* 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-3/+6
* SAE: Allow loading of the password from an external databaseBen Wolsieffer2022-11-071-13/+52
* Add option to disable SAE key_mgmt without PMFJeffery Miller2022-11-051-2/+7
* P2P: Discount current operating frequency when scanning new connectionMatthew Wang2022-11-051-1/+1
* EHT: Allow EHT to be disabled using disable_eht=1 in wpa_supplicantJouni Malinen2022-10-171-0/+1
* SAE: Accept FT and -EXT-KEY AKMs for external authJouni Malinen2022-10-161-1/+4
* SAE: Fix AKM suite selector check for external authenticationJouni Malinen2022-10-161-2/+16
* SAE: Use correct SSID profile for SAE auth retries during external authVeerendranath Jakkam2022-09-131-6/+12
* SAE: Include the new -EXT-KEY AKMs in external auth caseJouni Malinen2022-09-131-2/+1
* SAE: Make sure H2E PT is derived for external auth SSID profileVeerendranath Jakkam2022-09-131-1/+5
* SAE: Use H2E unconditionally with the new AKM suitesJouni Malinen2022-07-251-1/+5
* SAE: Store PMK length and AKM in SAE dataJouni Malinen2022-07-251-1/+2
* SAE: Internal WPA_KEY_MGMT_* defines for extended key AKMsJouni Malinen2022-07-251-3/+3
* SAE: Make Anti-Clogging token element parsing simplerJouni Malinen2022-05-081-6/+9
* SAE: Send real status code to the driver when AP rejects external authVeerendranath Jakkam2022-05-051-2/+5
* Reject authentication start during BSS TM requestsNicolas Norvez2022-01-111-0/+10
* SAE: Make sure BSS entry is available to determine RSNXE informationShivani Baranwal2021-12-211-0/+6
* SME: No need for OBSS scan if HT40 is disabledErnst Sjöstrand2021-12-111-0/+6
* Revert "STA OBSS: Add check for overlapping BSSs"Matthew Wang2021-12-111-29/+13
* SAE: Report authentication rejection over control interfaceJouni Malinen2021-07-141-2/+9
* SAE: Remove now unused password identifier argument from non-H2E caseJouni Malinen2021-04-101-1/+0
* Reject authentication start during explicit roam requestsMatthew Wang2021-03-061-0/+7
* Ignore group-addressed SA Query framesJouni Malinen2021-02-271-1/+7
* Make wpa_bss_ext_capab() handle NULL bss argumentJouni Malinen2021-02-061-4/+2
* Use bool for is_6ghz variables and functionsJouni Malinen2020-12-111-1/+1
* wpa_supplicant: Fix typosYegor Yefremov2020-10-201-1/+1
* OCV: Use more granular error codes for OCI validation failuresVeerendranath Jakkam2020-09-111-1/+1
* MSCS: Fix issues due to incorrect usage of wpa_hexdump_buf()Veerendranath Jakkam2020-09-081-2/+1
* MSCS: Send MSCS change/remove frames only if MSCS setup existsVinita S. Maloo2020-08-141-0/+1
* MSCS: Add support to populate MSCS Descriptor IE in (Re)AssocReqVinita S. Maloo2020-08-141-0/+36
* SAE-PK: Allow SAE-PK password to be set using the psk parameterJouni Malinen2020-08-071-1/+4
* SAE-PK: Allow automatic SAE-PK to be disabledJouni Malinen2020-06-071-1/+2
* SAE: Move H2E and PK flags to main sae_dataJouni Malinen2020-06-061-10/+7