aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-5/+7
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam1-1/+1
2022-04-04staging: wlan-ng: Fix Alignment with parenthesisAlaa Mohamed1-2/+2
2022-04-04staging: wlan-ng: Fix Lines shouldn't end with '('Alaa Mohamed1-4/+2
2021-05-10staging: wlan-ng: cfg80211: Move large struct onto the heapLee Jones1-13/+17
2020-07-21staging: wlan-ng: Fix alignment to match open parenthesisSumera Priyadarsini1-10/+9
2019-10-14staging: wlan-ng: fix exit return when sme->key_idx >= NUM_WEPKEYSColin Ian King1-4/+2
2019-05-20drivers: staging : wlan-ng : collect return status without variableHariprasad Kelam1-11/+3
2019-02-08staging: wlan-ng: formatting change in cfg80211.cK Hodges1-1/+2
2018-11-08staging: wlan-ng: formatting change in cfg80211.cTim Collier1-1/+2
2018-09-28staging: wlan-ng: formatting cleanup in cfg80211.cTim Collier1-2/+1
2018-09-28staging: wlan-ng: rename DIDmib_p2_p2Static_p2CnfPortType in p80211metadef.hTim Collier1-1/+1
2018-09-28staging: wlan-ng: rename DIDmib_dot11phy_dot11PhyDSSSTable_dot11CurrentChannel in p80211metadef.hTim Collier1-1/+1
2018-09-28staging: wlan-ng: rename DIDmib_dot11phy_dot11PhyTxPowerTable_dot11CurrentTxPowerLevel in p80211metadef.hTim Collier1-2/+2
2018-09-28staging: wlan-ng: rename DIDmib_dot11mac_dot11OperationTable_dot11FragmentationThreshold in p80211metadef.hTim Collier1-1/+1
2018-09-28staging: wlan-ng: DIDmib_dot11mac_dot11OperationTable_dot11RTSThreshold in p80211metadef.hTim Collier1-1/+1
2018-09-28staging: wlan-ng: rename DIDmib_dot11smt_dot11PrivacyTable_dot11ExcludeUnencrypted in p80211metadef.hTim Collier1-2/+2
2018-09-28staging: wlan-ng: rename DIDmib_dot11smt_dot11PrivacyTable_dot11WEPDefaultKeyID in p80211metadef.hTim Collier1-3/+3
2018-09-28staging: wlan-ng: rename DIDmib_dot11smt_dot11PrivacyTable_dot11PrivacyInvoked in p80211metadef.hTim Collier1-2/+2
2018-09-28staging: wlan-ng: rename DIDmib_dot11smt_dot11WEPDefaultKeysTable_key in p80211metadef.hTim Collier1-3/+3
2018-09-28staging: wlan-ng: rename DIDmsg_lnxreq_autojoin in p80211metadef.hTim Collier1-2/+2
2018-09-28staging: wlan-ng: rename DIDmsg_lnxreq_commsquality in p80211metadef.hTim Collier1-1/+1
2018-09-28staging: wlan-ng: rename DIDmsg_dot11req_scan_results in p80211metadef.hTim Collier1-1/+1
2018-09-28staging: wlan-ng: rename DIDmsg_dot11req_scan in p80211metadef.hTim Collier1-1/+1
2018-09-28staging: wlan-ng: rename DIDmsg_dot11req_mibset in p80211metadef.hTim Collier1-2/+2
2018-09-28staging: wlan-ng: rename DIDmsg_dot11req_mibget in p80211metadef.hTim Collier1-1/+1
2018-06-28staging: wlan-ng: improved readability of function prism2_add_keyChris Opperman1-27/+13
2018-06-28staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-28cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern1-2/+5
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-1/+1
2017-01-16staging:wlan-ng:cfg80211.c Aligned code with open parenthesisScott Matheina1-3/+3
2016-10-16staging: wlan-ng: cfg80211: Remove unnecessary parentheses around variablessayli karnik1-2/+2
2016-10-16staging: wlan-ng: Replace data type declaration with variable of same type in cfg80211.cSergio Paracuellos1-1/+1
2016-09-25staging: wlan-ng: avoid new typedef: p80211item_pstr32_tSergio Paracuellos1-2/+2
2016-09-25staging: wlan-ng: avoid new typedef: p80211item_uint32_tSergio Paracuellos1-4/+4
2016-09-22staging: wlan-ng: fixed alignment not matchingJuliana Rodrigues1-1/+1
2016-09-22staging: wlan-ng: fixed parenthesis alignmentJuliana Rodrigues1-1/+1
2016-09-18staging: wlan-ng: Remove the typedef to the 'wlandevice' structuresayli karnik1-19/+19
2016-09-18staging: wlan-ng: if statement style cleanupJon Eyolfson1-4/+4
2016-09-15Staging: wlan-ng: Use !x instead of x == NULL.Sandhya Bankar1-2/+2
2016-09-01Staging: wlan-ng: replace switch-case statements with macroClaudiu Beznea1-70/+15
2016-07-06nl80211: support beacon report scanningAvraham Stern1-1/+4
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+3
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-3/+3
2016-03-28Staging: wlan-ng: wiphy_free() is not called in case wiphy_register() failsClaudiu Beznea1-1/+3
2016-02-07drivers:staging:wlan-ng Fix all no space necesarry after a castBogicevic Sasa1-12/+12
2016-02-07staging: wlan-ng: Fixed more commentsGavin O'Leary1-4/+8
2016-02-07staging: wlan-ng: fixed a commentGavin O'Leary1-1/+2
2016-02-07staging: wlan-ng: (coding style) remove unnecessary blank line before "}"Christian Colic1-2/+0