Searched refs:assoc_req_pl (Results 1 – 2 of 2) sorted by relevance
562 frame.assoc_req_pl.device_type = 1; in mac802154_perform_association()563 frame.assoc_req_pl.power_source = 1; in mac802154_perform_association()564 frame.assoc_req_pl.rx_on_when_idle = 1; in mac802154_perform_association()565 frame.assoc_req_pl.alloc_addr = 1; in mac802154_perform_association()567 skb = alloc_skb(IEEE802154_MAC_CMD_SKB_SZ + sizeof(frame.assoc_req_pl), in mac802154_perform_association()574 ret = ieee802154_mac_cmd_push(skb, &frame, &frame.assoc_req_pl, in mac802154_perform_association()575 sizeof(frame.assoc_req_pl)); in mac802154_perform_association()780 struct ieee802154_assoc_req_pl assoc_req_pl; in mac802154_process_association_req() local786 if (skb->len != sizeof(assoc_req_pl)) in mac802154_process_association_req()810 memcpy(&assoc_req_pl, skb->data, sizeof(assoc_req_pl)); in mac802154_process_association_req()[all …]
211 struct ieee802154_assoc_req_pl assoc_req_pl; member