Searched refs:assoc_resp_pl (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/mac802154/
H A Dscan.c704 struct ieee802154_assoc_resp_pl *assoc_resp_pl)
729 skb = alloc_skb(IEEE802154_MAC_CMD_SKB_SZ + sizeof(*assoc_resp_pl),
736 ret = ieee802154_mac_cmd_push(skb, &frame, assoc_resp_pl,
737 sizeof(*assoc_resp_pl));
761 struct ieee802154_assoc_resp_pl assoc_resp_pl = {}; local
811 assoc_resp_pl.status = IEEE802154_PAN_ACCESS_DENIED;
813 assoc_resp_pl.status = IEEE802154_PAN_AT_CAPACITY;
814 assoc_resp_pl.short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_BROADCAST);
817 assoc_resp_pl.status == IEEE802154_PAN_ACCESS_DENIED ?
820 assoc_resp_pl
702 mac802154_send_association_resp_locked(struct ieee802154_sub_if_data *sdata, struct ieee802154_pan_device *target, struct ieee802154_assoc_resp_pl *assoc_resp_pl) argument
[all...]
/linux-master/include/net/
H A Dieee802154_netdev.h217 struct ieee802154_assoc_resp_pl assoc_resp_pl; member in struct:ieee802154_association_resp_frame

Completed in 157 milliseconds