Lines Matching refs:assoc_req_pl
547 frame.assoc_req_pl.device_type = 1; in mac802154_perform_association()
548 frame.assoc_req_pl.power_source = 1; in mac802154_perform_association()
549 frame.assoc_req_pl.rx_on_when_idle = 1; in mac802154_perform_association()
550 frame.assoc_req_pl.alloc_addr = 1; in mac802154_perform_association()
552 skb = alloc_skb(IEEE802154_MAC_CMD_SKB_SZ + sizeof(frame.assoc_req_pl), in mac802154_perform_association()
559 ret = ieee802154_mac_cmd_push(skb, &frame, &frame.assoc_req_pl, in mac802154_perform_association()
560 sizeof(frame.assoc_req_pl)); in mac802154_perform_association()
764 struct ieee802154_assoc_req_pl assoc_req_pl; in mac802154_process_association_req() local
770 if (skb->len != sizeof(assoc_req_pl)) in mac802154_process_association_req()
794 memcpy(&assoc_req_pl, skb->data, sizeof(assoc_req_pl)); in mac802154_process_association_req()
795 if (assoc_req_pl.assoc_type) { in mac802154_process_association_req()
823 if (assoc_req_pl.alloc_addr) { in mac802154_process_association_req()