summaryrefslogtreecommitdiff
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* wpa_supplicant: Skip scan before starting a BSS in AP modeJintao Lin2023-04-281-1/+2
* wpa_supplicant: Fix compiling without IEEE8021X_EAPOLNick Hainke2023-04-281-0/+2
* Add missing driver entries to wpa_supplicant documentationBenjamin Poirier2023-04-282-0/+16
* Rename VHT elements to match the standardJouni Malinen2023-04-261-1/+1
* Allow MLO disabled connection to legacy open/WPA2-Personal-only AP MLDsVeerendranath Jakkam2023-04-252-13/+34
* Update AP RSNE/RSNXE to RSN state machine on driver-selected BSS casesJouni Malinen2023-04-251-3/+3
* OWE: Update transition mode information on selecting a new BSSJouni Malinen2023-04-251-0/+12
* 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
* Export wpa_supplicant config item 'he' for external configurationChaoli Zhou2023-04-192-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
* EHT: Process puncturing bitmap from channel switch eventAloka Dixit2023-03-173-3/+7
* mesh: Add EHT supportSathishkumar Muruganandam2023-03-096-4/+79
* nl80211: AP MLD support for adding multi link stationsAndrei Otcheretianski2023-03-071-1/+4
* Android: Add wowlan_disconnect_on_deinit to template configurationHu Wang2023-02-271-0/+1
* Update PMK in wpa_sm when roam+auth event indicated with authorized flagVeerendranath Jakkam2023-02-231-2/+5
* nl80211: Replace the channel flags for VHT supportAvraham Stern2023-02-222-34/+6
* P2P: Allow GO BSSID to be specified for P2P_GROUP_ADD commandsJouni Malinen2023-02-221-3/+11
* P2P: Optimize join scan frequencyMatthew Wang2023-02-228-17/+69
* mka: Allow configuration of MACsec hardware offloadEmeel Hakim2023-02-217-1/+41
* Mark addr argument to storing PTKSA constJouni Malinen2023-02-211-1/+1
* dbus: Add inactive time to D-Bus signal infoDavid Ruth2023-02-211-0/+3
* dbus: Add D-Bus signal for PSK mismatch heuristicsYichen Yu2023-02-215-0/+36
* 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
* wpa_supplicant: Add option to explicitly set 4addr modeKonstantinos Natsakis2023-02-214-5/+37
* Apply bias towards 6 GHz in roamingKaidong Wang2023-02-201-2/+7
* Small textual improvements to wpa_supplicant man pageRemco Rijnders2023-02-201-13/+13
* P2P: Pick the best driver pref freq for invitation processHu Wang2023-02-201-44/+79
* MLD STA: Add support for SAE external authentication offload to userspaceVeerendranath Jakkam2023-02-152-16/+118
* MACsec: Remove EAP Session-Id length constraintJouni Malinen2023-02-101-33/+5
* utils: Move log2pcap to python3Mordechay Goodstein2023-02-011-4/+5
* Fix BSS age underflowKrishna T2023-02-011-0/+4
* Fix segfault in case of an invalid configurationKrishna2023-02-011-1/+1
* MLD STA: Use AP MLD address in PMKSA cache attempts for driver-SME caseVeerendranath Jakkam2023-01-311-1/+7
* MLD STA: Store PMKSA with AP MLD address for MLO connection eventVeerendranath Jakkam2023-01-311-2/+7
* SAE: Update PT value at later point for SME cases, if neededJouni Malinen2023-01-303-5/+10
* P2P: Enable SAE-H2E for client when joining a 6 GHz groupQiwei Cai2023-01-301-0/+10
* SAE: Extend automatic enabling of H2E on 6 GHz to additional casesJouni Malinen2023-01-302-0/+4
* OCV: Fix build without CONFIG_OCV=yJouni Malinen2023-01-301-0/+2
* Set OCV capability based on Association Request frame RSNEAleti Nageshwar Reddy2023-01-251-1/+8
* WPS: Do not indicate incorrect PBC overlap based on partner linkJouni Malinen2023-01-202-1/+4
* P2P: Make wpas_p2p_notif_pbc_overlap() staticJouni Malinen2023-01-202-7/+1
* dpp-nfc: Try to request with alternative URL in additional casesJouni Malinen2022-12-201-2/+8
* Force MFPR=1 to be used on the 6 GHz bandJouni Malinen2022-12-181-1/+8
* P2P: Support preferred GO band based optimization for scanningMatthew Wang2022-12-183-14/+44