summaryrefslogtreecommitdiff
path: root/net/mac802154/scan.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15mac802154: Only allow PAN controllers to process association requestsMiquel Raynal1-0/+6
2023-12-15mac80254: Provide real PAN coordinator info in beaconsMiquel Raynal1-2/+2
2023-11-20mac802154: Handle disassociation notifications from peersMiquel Raynal1-0/+55
2023-11-20mac802154: Follow the number of associated devicesMiquel Raynal1-10/+23
2023-11-20mac802154: Handle association requests from peersMiquel Raynal1-0/+142
2023-11-20mac802154: Handle disassociationsMiquel Raynal1-0/+60
2023-11-20mac802154: Handle associatingMiquel Raynal1-0/+127
2023-06-06Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal1-2/+2
2023-04-05mac802154: Rename kfree_rcu() to kvfree_rcu_mightsleep()Joel Fernandes (Google)1-2/+2
2023-03-23mac802154: Handle received BEACON_REQMiquel Raynal1-4/+11
2023-03-23mac802154: Handle active scanningMiquel Raynal1-2/+51
2023-02-18mac802154: Fix an always true conditionMiquel Raynal1-3/+2
2023-02-18mac802154: Send beacons using the MLME Tx pathMiquel Raynal1-1/+19
2023-01-30mac802154: Avoid superfluous endianness handlingMiquel Raynal1-2/+2
2023-01-28mac802154: Handle basic beaconingMiquel Raynal1-0/+151
2023-01-03mac802154: Handle passive scanningMiquel Raynal1-0/+288