Searched defs:STxMgmtPacket (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/vt6655/
H A Dwmgr.h230 } STxMgmtPacket, *PSTxMgmtPacket; typedef in typeref:struct:tagSTxMgmtPacket
336 unsigned char byPSPacketPool[sizeof(STxMgmtPacket) + WLAN_NULLDATA_FR_MAXLEN];
346 unsigned char byMgmtPacketPool[sizeof(STxMgmtPacket) + WLAN_A3FR_MAXLEN];
385 unsigned char abyCurrentMSRReq[sizeof(STxMgmtPacket) + WLAN_A3FR_MAXLEN];
386 unsigned char abyCurrentMSRRep[sizeof(STxMgmtPacket) + WLAN_A3FR_MAXLEN];
/drivers/staging/vt6656/
H A Dwmgr.h228 } STxMgmtPacket, *PSTxMgmtPacket; typedef in typeref:struct:tagSTxMgmtPacket
337 BYTE byPSPacketPool[sizeof(STxMgmtPacket) + WLAN_NULLDATA_FR_MAXLEN];
347 BYTE byMgmtPacketPool[sizeof(STxMgmtPacket) + WLAN_A3FR_MAXLEN];
388 BYTE abyCurrentMSRReq[sizeof(STxMgmtPacket) + WLAN_A3FR_MAXLEN];
389 BYTE abyCurrentMSRRep[sizeof(STxMgmtPacket) + WLAN_A3FR_MAXLEN];

Completed in 70 milliseconds