Searched refs:beacon_req (Results 1 – 2 of 2) sorted by relevance
360 struct cfg802154_beacon_request *beacon_req; in mac802154_transmit_beacon() local373 beacon_req = rcu_dereference(local->beacon_req); in mac802154_transmit_beacon()374 if (unlikely(!beacon_req)) { in mac802154_transmit_beacon()380 sdata = IEEE802154_WPAN_DEV_TO_SUB_IF(beacon_req->wpan_dev); in mac802154_transmit_beacon()416 struct cfg802154_beacon_request *beacon_req; in mac802154_beacon_worker() local424 beacon_req = rcu_dereference(local->beacon_req); in mac802154_beacon_worker()425 if (unlikely(!beacon_req)) { in mac802154_beacon_worker()430 sdata = IEEE802154_WPAN_DEV_TO_SUB_IF(beacon_req->wpan_dev); in mac802154_beacon_worker()442 wpan_dev = beacon_req->wpan_dev; in mac802154_beacon_worker()443 interval = beacon_req->interval; in mac802154_beacon_worker()[all …]
52 struct cfg802154_beacon_request *beacon_req; in mac802154_should_answer_beacon_req() local56 beacon_req = rcu_dereference(local->beacon_req); in mac802154_should_answer_beacon_req()57 if (!beacon_req) { in mac802154_should_answer_beacon_req()62 interval = beacon_req->interval; in mac802154_should_answer_beacon_req()