summaryrefslogtreecommitdiff
path: root/src/drivers/driver_nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* tests: KDK derivation based on Secure LTF capabilityJouni Malinen2023-04-251-0/+5
* Allowed frequency list configuration for AP operationVeerendranath Jakkam2023-04-191-0/+52
* nl80211: Support for RNR elementsAloka Dixit2023-04-181-0/+22
* nl80211: Send EHT puncturing bitmap to the driver for switch commandAloka Dixit2023-03-171-2/+6
* EHT: Send puncturing bitmap to the driver for AP bring upAloka Dixit2023-03-171-0/+8
* ml80211: Put wiphy idx to obtain correct country codeChenming Huang2023-03-091-0/+10
* nl80211: AP MLD support for adding multi link stationsAndrei Otcheretianski2023-03-071-7/+51
* nl80211: Properly stop and deinit MLO APAndrei Otcheretianski2023-03-071-7/+97
* nl80211: Introduce and implement a callback to add an MLO link for AP MLDIlan Peer2023-03-071-0/+72
* nl80211: Refactor i802_bss to support multiple linksIlan Peer2023-03-071-28/+50
* AP: Add some bridge port attribute settingsAnthony Refuerzo2023-03-011-0/+2
* nl80211: Add frequency info in start AP commandHarshitha Prem2023-02-221-0/+5
* nl80211: Report guard interval and dual carrier modulationDavid Ruth2023-02-211-2/+46
* MLD STA: Indicate MLO support in NL80211_CMD_CONNECTVeerendranath Jakkam2023-02-151-0/+4
* nl80211: Enforce unique address for AP iftypeJintao Lin2022-12-171-1/+1
* nl80211: Actually get and store TX retriesDavid Ruth2022-12-161-1/+1
* nl80211: Support get_sta_mlo_info for SME-in-wpa_supplicant driversAndrei Otcheretianski2022-12-031-0/+54
* nl80211: Support MLD association requestIlan Peer2022-12-031-2/+77
* nl80211: Add support for MLD authenticationIlan Peer2022-12-031-0/+28
* Add more nl80211 info to struct wpa_signal_infoDavid Ruth2022-12-031-102/+109
* mbssid: Add nl80211 supportAloka Dixit2022-12-021-0/+58
* mbssid: Retrieve driver capabilitiesAloka Dixit2022-12-021-2/+6
* SAE: Add an enum for defining sae_pwe parameter valuesJouni Malinen2022-11-291-5/+5
* nl80211: Check previous MAC address for locally-generated-deauthAndrzej Ostruszka2022-11-271-0/+2
* nl80211: Fix wrong requested links bitmap in sta_mlo_info.req_linksVeerendranath Jakkam2022-11-211-1/+1
* nl80211: Allow up to 64-byte PMK in NL80211_CMD_SET_PMKSAVeerendranath Jakkam2022-11-091-5/+20
* nl80211: Check that attribute addition succeeds in offloaded PASN caseJouni Malinen2022-11-071-3/+4
* MLD STA: Extend key configuration functions to support Link IDVeerendranath Jakkam2022-11-061-2/+18
* MLD STA: Fetch MLO association Link ID info to core wpa_supplicantVeerendranath Jakkam2022-10-311-2/+2
* EHT: Allow EHT to be disabled using disable_eht=1 in wpa_supplicantJouni Malinen2022-10-171-0/+6
* Move default action from after switch to withinChaoli Zhou2022-10-141-3/+4
* MLD STA: Add per-link MLO signal pollVeerendranath Jakkam2022-09-151-0/+158
* nl80211: Send bssid info as parameter to nl80211_get_link_signal()Veerendranath Jakkam2022-09-151-3/+3
* nl80211: Use AP MLD address to set supplicant port as authorizedVeerendranath Jakkam2022-09-151-3/+6
* MLD STA: Fetch MLO connection info into core wpa_supplicantShivani Baranwal2022-09-151-0/+15
* nl80211: Indicate MLO connection info in driver statusVeerendranath Jakkam2022-09-151-0/+28
* nl80211: Parse MLO connection info in NL80211_CMD_CONNECT eventVeerendranath Jakkam2022-09-151-7/+52
* nl80211: Define vendor interface functions to offload PASN authenticationVinay Gannevaram2022-09-021-0/+169
* nl80211: Register PASN Authentication frames for SME-in-driverVinay Gannevaram2022-09-021-2/+1
* Add support to send multi AKM connect request when driver's SME in useVeerendranath Jakkam2022-08-261-30/+77
* Always process pending QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH dataVeerendranath Jakkam2022-07-281-0/+4
* SAE: Internal WPA_KEY_MGMT_* defines for extended key AKMsJouni Malinen2022-07-251-1/+12
* SAE: Use wpa_key_mgmt_sae() helperJouni Malinen2022-07-251-8/+4
* EHT: Add 320 channel width supportVeerendranath Jakkam2022-06-201-0/+5
* P2P: Use weighted preferred channel list for channel selectionSreeramya Soratkal2022-06-021-20/+91
* nl80211: Verify that nla_put_flag() succeeds for background radarJouni Malinen2022-05-081-2/+3
* ACS: Send EHT enabled info to driverVeerendranath Jakkam2022-05-051-2/+5
* nl80211: Don't force VHT channel definition with EHTVeerendranath Jakkam2022-05-051-4/+7
* nl80211: Pass station's EHT capabilities to the driver in sta_add()Aloka Dixit2022-04-291-0/+8
* nl80211: Add the switch_color() handler for BSS color changesJohn Crispin2022-04-161-0/+84