Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_sta_param.h42 uint8_t destmac[QDF_MAC_ADDR_SIZE]; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c856 uint8_t *destmac) in wma_set_sta_keep_alive() argument
890 if (destmac) in wma_set_sta_keep_alive()
891 qdf_mem_copy(params.destmac, destmac, QDF_MAC_ADDR_SIZE); in wma_set_sta_keep_alive()
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_internal.h692 uint8_t *destmac);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_sta_tlv.c132 WMI_CHAR_ARRAY_TO_MAC_ADDR(params->destmac, in send_set_sta_keep_alive_cmd_tlv()