Searched refs:assoc_resp_pl (Results 1 – 2 of 2) sorted by relevance
747 struct ieee802154_assoc_resp_pl *assoc_resp_pl) in mac802154_send_association_resp_locked() 772 skb = alloc_skb(IEEE802154_MAC_CMD_SKB_SZ + sizeof(*assoc_resp_pl),779 ret = ieee802154_mac_cmd_push(skb, &frame, assoc_resp_pl, in mac802154_process_association_req() local 780 sizeof(*assoc_resp_pl)); in mac802154_process_association_req() 804 struct ieee802154_assoc_resp_pl assoc_resp_pl = {}; in mac802154_process_association_req() 854 assoc_resp_pl.status = IEEE802154_PAN_ACCESS_DENIED; in mac802154_process_association_req() 856 assoc_resp_pl.status = IEEE802154_PAN_AT_CAPACITY; in mac802154_process_association_req() 857 assoc_resp_pl.short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_BROADCAST); in mac802154_process_association_req() 860 assoc_resp_pl.status == IEEE802154_PAN_ACCESS_DENIED ? in mac802154_process_association_req() 863 assoc_resp_pl in mac802154_process_association_req() 722 mac802154_send_association_resp_locked(struct ieee802154_sub_if_data * sdata,struct ieee802154_pan_device * target,struct ieee802154_assoc_resp_pl * assoc_resp_pl) mac802154_send_association_resp_locked() argument [all...]
217 struct ieee802154_assoc_resp_pl assoc_resp_pl; member