aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06wfx: get out from the staging areaJérôme Pouiller1-227/+0
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller1-38/+24
2022-01-25staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller1-10/+10
2022-01-25staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller1-2/+2
2021-09-14staging: wfx: indent functions argumentsJérôme Pouiller1-13/+13
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller1-2/+2
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman1-0/+2
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum1-2/+0
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-08-28staging: wfx: fix support for cipher AES_CMAC (multicast PMF)Jérôme Pouiller1-2/+2
2020-08-28staging: wfx: fix spaces around binary operatorsJérôme Pouiller1-3/+3
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller1-1/+1
2020-04-23staging: wfx: keys are kept during whole firmware lifeJérôme Pouiller1-38/+20
2020-04-23staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller1-10/+0
2020-04-13staging: wfx: place hif_tx_mib functions into a .c fileJérôme Pouiller1-0/+1
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge1-8/+16
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge1-15/+17
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller1-16/+16
2019-10-04staging: wfx: implement 802.11 key handlingJérôme Pouiller1-0/+258