Searched refs:resp_pl (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/mac802154/
H A Dscan.c615 struct ieee802154_assoc_resp_pl resp_pl = {}; local
617 if (skb->len != sizeof(resp_pl))
628 memcpy(&resp_pl, skb->data, sizeof(resp_pl));
629 local->assoc_addr = resp_pl.short_addr;
630 local->assoc_status = resp_pl.status;

Completed in 286 milliseconds