Home
last modified time | relevance | path

Searched refs:stop_beacons (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/net/ieee802154/
Drdev-ops.h259 if (!rdev->ops->stop_beacons) in rdev_stop_beacons()
263 ret = rdev->ops->stop_beacons(&rdev->wpan_phy, wpan_dev); in rdev_stop_beacons()
/linux-6.12.1/include/net/
Dcfg802154.h79 int (*stop_beacons)(struct wpan_phy *wpan_phy, member
/linux-6.12.1/net/mac802154/
Dcfg.c701 .stop_beacons = mac802154_stop_beacons,