Searched refs:frameSubtype (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dwrap_pkt.c44 u16_t frameSubtype; local
51 frameSubtype = frameCtrl & 0xf0;
54 switch (frameSubtype) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dctxrx.c2027 u16_t frameSubtype; local
2053 frameSubtype = frameCtrl & 0xf0;
2073 if (((uapsdTrig&0xf) != 0) && ((frameSubtype & 0x80) != 0))
2140 zfCheckIsRIFSFrame(dev, buf, frameSubtype);
2153 if ((frameSubtype & 0x80) != 0)
2183 if ((frameSubtype & 0x80) == 0x80)
2200 if (((frameSubtype&0x40) != 0) || ((len = zfwBufGetSize(dev, buf))<=24))
2637 if ((frameSubtype & 0x80) == 0x80)
3994 void zfCheckIsRIFSFrame(zdev_t* dev, zbuf_t* buf, u16_t frameSubtype) argument
3999 if (frameSubtype
[all...]
H A Dcagg.c1840 u16_t frameSubtype; local
1857 frameSubtype = frameCtrl & 0xf0;
1860 if (frameType != ZM_WLAN_DATA_FRAME) //non-Qos Data? (frameSubtype&0x80)

Completed in 363 milliseconds