Searched refs:beacon_work (Results 1 – 4 of 4) sorted by relevance
| /net/mac802154/ |
| A D | scan.c | 404 container_of(work, struct ieee802154_local, beacon_work.work); in mac802154_beacon_worker() 423 queue_delayed_work(local->mac_wq, &local->beacon_work, in mac802154_beacon_worker() 440 queue_delayed_work(local->mac_wq, &local->beacon_work, in mac802154_beacon_worker() 456 cancel_delayed_work(&local->beacon_work); in mac802154_stop_beacons_locked() 511 queue_delayed_work(local->mac_wq, &local->beacon_work, 0); in mac802154_send_beacons_locked()
|
| A D | ieee802154_i.h | 70 struct delayed_work beacon_work; member
|
| A D | main.c | 103 INIT_DELAYED_WORK(&local->beacon_work, mac802154_beacon_worker); in ieee802154_alloc_hw()
|
| A D | rx.c | 94 queue_delayed_work(local->mac_wq, &local->beacon_work, 0); in mac802154_rx_mac_cmd_worker()
|
Completed in 9 milliseconds