Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
Dwbuf.h84 #define WBUF_LEN(pWbuf) ( ((struct sk_buff *)(pWbuf))->len ) macro
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
Dosapi.c472 ti_nodprintf(TIWLAN_LOG_INFO, "os_receivePacket - Received EAPOL len-%d\n", WBUF_LEN(pWbuf)); in os_receivePacket()