Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_core.c2997 qdf_ipa_wlan_msg_ex_t *msg_ex; in wlan_ipa_set_peer_id() local
3005 msg_ex = qdf_mem_malloc(QDF_IPA_MSG_META_MSG_LEN(meta)); in wlan_ipa_set_peer_id()
3006 if (!msg_ex) in wlan_ipa_set_peer_id()
3009 strlcpy(msg_ex->name, net_dev->name, IPA_RESOURCE_NAME_MAX); in wlan_ipa_set_peer_id()
3010 msg_ex->num_of_attribs = IPA_TA_PEER_ID_ATTRI; in wlan_ipa_set_peer_id()
3013 msg_ex->attribs[0].attrib_type = WLAN_HDR_ATTRIB_MAC_ADDR; in wlan_ipa_set_peer_id()
3015 msg_ex->attribs[0].offset = in wlan_ipa_set_peer_id()
3018 msg_ex->attribs[0].offset = in wlan_ipa_set_peer_id()
3021 memcpy(msg_ex->attribs[0].u.mac_addr, mac_addr, IPA_MAC_ADDR_SIZE); in wlan_ipa_set_peer_id()
3023 msg_ex->attribs[1].attrib_type = WLAN_HDR_ATTRIB_TA_PEER_ID; in wlan_ipa_set_peer_id()
[all …]