aboutsummaryrefslogtreecommitdiff
path: root/include/net/cfg80211.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-11wifi: cfg80211: add ieee80211_fragment_element to public APIGravatar Benjamin Berg 1-0/+12
2023-09-11wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionGravatar Wen Gong 1-1/+1
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseGravatar Johannes Berg 1-5/+54
2023-09-11wifi: cfg80211: remove wdev mutexGravatar Johannes Berg 1-5/+1
2023-09-11wifi: cfg80211: add flush functions for wiphy workGravatar Johannes Berg 1-0/+21
2023-08-22wifi: cfg80211: remove dead/unused enum valueGravatar Randy Dunlap 1-1/+0
2023-08-22wifi: cfg80211: improve documentation for flag fieldsGravatar Dmitry Antipov 1-6/+6
2023-08-22wifi: cfg80211: Annotate struct cfg80211_tid_config with __counted_byGravatar Kees Cook 1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_scan_request with __counted_byGravatar Kees Cook 1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_rnr_elems with __counted_byGravatar Kees Cook 1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_pmsr_request with __counted_byGravatar Kees Cook 1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_mbssid_elems with __counted_byGravatar Kees Cook 1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_acl_data with __counted_byGravatar Kees Cook 1-1/+1
2023-08-08wifi: cfg80211: fix sband iftype data lookup for AP_VLANGravatar Felix Fietkau 1-0/+3
2023-06-21wifi: cfg80211: Retrieve PSD information from RNR AP informationGravatar Ilan Peer 1-0/+2
2023-06-19wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removalGravatar Veerendranath Jakkam 1-0/+13
2023-06-19wifi: cfg80211: add element defragmentation helperGravatar Benjamin Berg 1-0/+22
2023-06-19wifi: cfg80211: add inform_bss op to update BSSGravatar Benjamin Berg 1-0/+13
2023-06-19wifi: cfg80211: make TDLS management link-awareGravatar Mukesh Sisodiya 1-3/+4
2023-06-14wifi: cfg80211: Support association to AP MLD with disabled linksGravatar Ilan Peer 1-1/+4
2023-06-14wifi: cfg80211: S1G rate information and calculationsGravatar Gilad Itzkovitch 1-3/+15
2023-06-07wifi: cfg80211: add a work abstraction with special semanticsGravatar Johannes Berg 1-4/+91
2023-03-24wifi: nl80211: make nl80211_send_chandef non-staticGravatar Jaewan Kim 1-0/+9
2023-03-24cfg80211: support RNR for EMA APGravatar Aloka Dixit 1-0/+19
2023-03-22wifi: mac80211: implement support for yet another mesh A-MSDU formatGravatar Felix Fietkau 1-4/+7
2023-03-07wifi: cfg80211/mac80211: report link ID on control port RXGravatar Johannes Berg 1-2/+3
2023-03-07wifi: nl80211: add a command to enable/disable HW timestampingGravatar Avraham Stern 1-0/+27
2023-03-07wifi: wireless: cleanup unused function parametersGravatar Mordechay Goodstein 1-3/+1
2023-02-15wifi: cfg80211: remove gfp parameter from cfg80211_obss_color_collision_notif...Gravatar Lorenzo Bianconi 1-1/+0
2023-02-14wifi: cfg80211: call reg_notifier for self managed wiphy from driver hintGravatar Wen Gong 1-0/+3
2023-02-14wifi: cfg80211: get rid of gfp in cfg80211_bss_color_notifyGravatar Lorenzo Bianconi 1-10/+6
2023-02-14wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUGravatar Felix Fietkau 1-0/+13
2023-02-14wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesGravatar Felix Fietkau 1-1/+26
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsGravatar Aloka Dixit 1-2/+4
2023-02-14wifi: nl80211: validate and configure puncturing bitmapGravatar Aloka Dixit 1-0/+8
2023-02-14wifi: cfg80211: move puncturing bitmap validation from mac80211Gravatar Aloka Dixit 1-0/+12
2023-02-14wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APGravatar Veerendranath Jakkam 1-0/+10
2023-02-14wifi: cfg80211: Extend cfg80211_new_sta() for MLD APGravatar Veerendranath Jakkam 1-0/+24
2023-02-14wifi: cfg80211: Authentication offload to user space for MLO connection in ST...Gravatar Veerendranath Jakkam 1-0/+12
2023-01-18wifi: cfg80211: Use MLD address to indicate MLD STA disconnectionGravatar Veerendranath Jakkam 1-2/+2
2023-01-18wifi: cfg80211: Support 32 bytes KCK key in GTK rekey offloadGravatar Shivani Baranwal 1-1/+2
2023-01-18wifi: cfg80211: remove support for static WEPGravatar Johannes Berg 1-9/+0
2022-12-01wifi: cfg80211: Correct example of ieee80211_iface_limitGravatar Philipp Hortmann 1-1/+1
2022-10-07cfg80211: Update Transition Disable policy during port authorizationGravatar Vinayak Yadawad 1-1/+3
2022-10-07wifi: nl80211: use link ID in NL80211_CMD_SET_BSSGravatar Johannes Berg 1-0/+2
2022-10-07wifi: cfg80211: support reporting failed linksGravatar Johannes Berg 1-0/+7
2022-08-25wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Gravatar Veerendranath Jakkam 1-1/+3
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOGravatar Veerendranath Jakkam 1-12/+25
2022-08-25wifi: cfg80211: add link id to txq paramsGravatar Shaul Triebitz 1-0/+2
2022-07-22wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX APIGravatar Johannes Berg 1-0/+4