Home
last modified time | relevance | path

Searched refs:IEEE802154_FC_TYPE_BEACON (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/mac802154/
H A Drx.c124 if (mac_cb(skb)->type != IEEE802154_FC_TYPE_BEACON) { in ieee802154_subif_frame()
183 case IEEE802154_FC_TYPE_BEACON: in ieee802154_subif_frame()
H A Dllsec.c562 if (hdr->fc.type == IEEE802154_FC_TYPE_BEACON) { in llsec_lookup_key()
721 hdr.fc.type != IEEE802154_FC_TYPE_BEACON)) in mac802154_llsec_encrypt()
H A Dscan.c483 local->beacon.mhr.fc.type = IEEE802154_FC_TYPE_BEACON; in mac802154_send_beacons_locked()
/openbmc/linux/include/linux/
H A Dieee802154.h61 #define IEEE802154_FC_TYPE_BEACON 0x0 /* Frame is beacon */ macro
/openbmc/linux/drivers/net/ieee802154/
H A Dmac802154_hwsim.c171 case IEEE802154_FC_TYPE_BEACON: in hwsim_hw_receive()
235 if (mac_cb(skb)->type == IEEE802154_FC_TYPE_BEACON && in hwsim_hw_receive()