OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FC_TYPE
(Results
1 - 3
of
3
) 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/src/include/proto/
802.11.h
794
#define
FC_TYPE
(fc) (((fc) & FC_TYPE_MASK) >> FC_TYPE_SHIFT)
[
all
...]
Completed in 26 milliseconds