Home
last modified time | relevance | path

Searched refs:assoc_resp_pl (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac802154/
H A Dscan.c722 struct ieee802154_assoc_resp_pl *assoc_resp_pl) in mac802154_send_association_resp_locked() argument
747 skb = alloc_skb(IEEE802154_MAC_CMD_SKB_SZ + sizeof(*assoc_resp_pl), in mac802154_send_association_resp_locked()
754 ret = ieee802154_mac_cmd_push(skb, &frame, assoc_resp_pl, in mac802154_send_association_resp_locked()
755 sizeof(*assoc_resp_pl)); in mac802154_send_association_resp_locked()
779 struct ieee802154_assoc_resp_pl assoc_resp_pl = {}; in mac802154_process_association_req() local
829 assoc_resp_pl.status = IEEE802154_PAN_ACCESS_DENIED; in mac802154_process_association_req()
831 assoc_resp_pl.status = IEEE802154_PAN_AT_CAPACITY; in mac802154_process_association_req()
832 assoc_resp_pl.short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_BROADCAST); in mac802154_process_association_req()
835 assoc_resp_pl.status == IEEE802154_PAN_ACCESS_DENIED ? in mac802154_process_association_req()
838 assoc_resp_pl.status = IEEE802154_ASSOCIATION_SUCCESSFUL; in mac802154_process_association_req()
[all …]
/linux/include/net/
H A Dieee802154_netdev.h217 struct ieee802154_assoc_resp_pl assoc_resp_pl; member