Home
last modified time | relevance | path

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

/linux-6.15/net/mac802154/
H A Dscan.c547 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()
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()
[all …]
/linux-6.15/include/net/
H A Dieee802154_netdev.h211 struct ieee802154_assoc_req_pl assoc_req_pl; member