Home
last modified time | relevance | path

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

/linux/net/ieee802154/
H A 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/include/net/
H A Dcfg802154.h79 int (*stop_beacons)(struct wpan_phy *wpan_phy, member
/linux/net/mac802154/
H A Dcfg.c701 .stop_beacons = mac802154_stop_beacons,