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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-802_11.c1297 switch (FC_SUBTYPE(fc)) {
1344 FC_SUBTYPE(fc));
1357 switch (FC_SUBTYPE(fc)) {
1452 u_int subtype = FC_SUBTYPE(fc);
1553 switch (FC_SUBTYPE(fc)) {
1608 switch (FC_SUBTYPE(fc)) {
1628 if (DATA_FRAME_IS_QOS(FC_SUBTYPE(fc)))
1665 if (FC_TYPE(fc) != T_CTRL || FC_SUBTYPE(fc) != CTRL_PS_POLL)
1742 DATA_FRAME_IS_QOS(FC_SUBTYPE(fc))) {
1778 if (DATA_FRAME_IS_NULL(FC_SUBTYPE(f
[all...]
H A Dieee802_11.h118 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A D802.11.h926 #define FC_SUBTYPE(fc) (((fc) & FC_SUBTYPE_MASK) >> FC_SUBTYPE_SHIFT) /* Subtype from FC */ macro

Completed in 57 milliseconds