HomeSort by relevance Sort by last modified time
    Searched refs:FC_TYPE (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
print-802_11.c 831 switch (FC_TYPE(fc)) {
857 printf("unknown IEEE802.11 frame type (%d)", FC_TYPE(fc));
884 if (FC_TYPE(fc) != T_CTRL || FC_SUBTYPE(fc) != CTRL_PS_POLL)
890 switch (FC_TYPE(fc)) {
902 FC_TYPE(fc));
945 switch (FC_TYPE(fc)) {
986 printf("unknown 802.11 frame type (%d)", FC_TYPE(fc));
ieee802_11.h 113 #define FC_TYPE(fc) (((fc) >> 2) & 0x3)
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
802.11.h 816 #define FC_TYPE(fc) (((fc) & FC_TYPE_MASK) >> FC_TYPE_SHIFT)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 816 #define FC_TYPE(fc) (((fc) & FC_TYPE_MASK) >> FC_TYPE_SHIFT)
    [all...]

Completed in 162 milliseconds