Searched refs:beacon_work (Results 1 – 4 of 4) sorted by relevance
| /linux/net/mac802154/ |
| H 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()
|
| H A D | rx.c | 94 queue_delayed_work(local->mac_wq, &local->beacon_work, 0); in mac802154_rx_mac_cmd_worker()
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
| H A D | rtl8180.h | 100 struct delayed_work beacon_work; member
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A D | rtl8187.h | 95 struct delayed_work beacon_work; member
|