Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Depping_test.h85 #define IS_EPPING_PACKET(pPkt) (((pPkt)->Magic_h[0] == EPPING_PING_MAGIC_0) && \ macro
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
H A Depping_tx.c218 if (!IS_EPPING_PACKET(eppingHdr)) { in epping_tx_send()