Searched refs:assoc_resp_pl (Results 1 – 2 of 2) sorted by relevance
706 struct ieee802154_assoc_resp_pl *assoc_resp_pl) in mac802154_send_association_resp_locked() argument731 skb = alloc_skb(IEEE802154_MAC_CMD_SKB_SZ + sizeof(*assoc_resp_pl), in mac802154_send_association_resp_locked()738 ret = ieee802154_mac_cmd_push(skb, &frame, assoc_resp_pl, in mac802154_send_association_resp_locked()739 sizeof(*assoc_resp_pl)); in mac802154_send_association_resp_locked()763 struct ieee802154_assoc_resp_pl assoc_resp_pl = {}; in mac802154_process_association_req() local813 assoc_resp_pl.status = IEEE802154_PAN_ACCESS_DENIED; in mac802154_process_association_req()815 assoc_resp_pl.status = IEEE802154_PAN_AT_CAPACITY; in mac802154_process_association_req()816 assoc_resp_pl.short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_BROADCAST); in mac802154_process_association_req()819 assoc_resp_pl.status == IEEE802154_PAN_ACCESS_DENIED ? in mac802154_process_association_req()822 assoc_resp_pl.status = IEEE802154_ASSOCIATION_SUCCESSFUL; in mac802154_process_association_req()[all …]
217 struct ieee802154_assoc_resp_pl assoc_resp_pl; member