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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
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 203 milliseconds