summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/microchip/wilc1000/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-01Revert "wifi: wilc1000: convert list management to RCU"Alexis Lothoré1-17/+24
2024-04-16wifi: wilc1000: convert list management to RCUAlexis Lothoré1-24/+17
2024-02-21wifi: wilc1000: remove AKM suite be32 conversion for external auth requestAlexis Lothoré1-1/+1
2024-02-19wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré1-1/+1
2024-01-18wifi: wilc1000: fix multi-vif management when deleting a vifAjay Singh1-1/+0
2024-01-18wifi: wilc1000: do not realloc workqueue everytime an interface is addedAjay Singh1-1/+10
2023-11-08wifi: wilc1000: simplify wilc_scan()Dmitry Antipov1-6/+4
2023-11-08wifi: wilc1000: cleanup struct wilc_conn_infoDmitry Antipov1-4/+2
2023-10-30wifi: wilc1000: simplify remain on channel supportDmitry Antipov1-5/+3
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+1
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit1-2/+2
2022-11-24wifi: wilc1000: validate number of channelsPhil Turnbull1-6/+16
2022-11-24wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull1-1/+2
2022-11-24wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull1-2/+12
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-02wifi: wilc1000: remove redundant ret variableJinpeng Cui1-3/+2
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-7/+10
2022-07-27wifi: wilc1000: set station_info flag only when signal value is validAjay Singh1-2/+1
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-1/+2
2022-05-30wifi: wilc1000: add IGTK supportAjay Singh1-22/+92
2022-05-30wifi: wilc1000: add WPA3 SAE supportAjay Singh1-5/+57
2022-05-30wifi: wilc1000: remove WEP security supportAjay Singh1-74/+2
2021-12-14wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"David Mosberger-Tang1-9/+1
2021-09-21wilc1000: add 'initialized' flag check before adding an element to TX queueAjay Singh1-0/+4
2021-09-21wilc1000: configure registers to handle chip wakeup sequenceAjay Singh1-1/+0
2021-09-21wilc1000: add new WID to pass wake_enable information to firmwareAjay Singh1-0/+1
2021-09-21wilc1000: fix possible memory leak in cfg_scan_result()Ajay Singh1-2/+1
2021-09-21wilc1000: move 'deinit_lock' lock init/destroy inside module probeAjay Singh1-0/+2
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-1/+1
2020-12-02wilc1000: added queue support for WMMAjay Singh1-2/+5
2020-07-14wilc1000: fix compiler warning for 'wowlan_support' unused variableAjay Singh1-0/+2
2020-06-26wilc1000: move wilc driver out of stagingAjay Singh1-0/+1847