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