Home | History | Annotate | Download | only in common

Lines Matching refs:BIT

28 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & (BIT(3) | BIT(2) | BIT(1) | BIT(0)))
30 (((seq) & (~(BIT(3) | BIT(2) | BIT(1) | BIT(0)))) >> 4)
84 #define WLAN_CAPABILITY_ESS BIT(0)
85 #define WLAN_CAPABILITY_IBSS BIT(1)
86 #define WLAN_CAPABILITY_CF_POLLABLE BIT(2)
87 #define WLAN_CAPABILITY_CF_POLL_REQUEST BIT(3)
88 #define WLAN_CAPABILITY_PRIVACY BIT(4)
89 #define WLAN_CAPABILITY_SHORT_PREAMBLE BIT(5)
90 #define WLAN_CAPABILITY_PBCC BIT(6)
91 #define WLAN_CAPABILITY_CHANNEL_AGILITY BIT(7)
92 #define WLAN_CAPABILITY_SPECTRUM_MGMT BIT(8)
93 #define WLAN_CAPABILITY_SHORT_SLOT_TIME BIT(10)
94 #define WLAN_CAPABILITY_DSSS_OFDM BIT(13)
609 #define ERP_INFO_NON_ERP_PRESENT BIT(0)
610 #define ERP_INFO_USE_PROTECTION BIT(1)
611 #define ERP_INFO_BARKER_PREAMBLE_MODE BIT(2)
614 #define HT_CAP_INFO_LDPC_CODING_CAP ((u16) BIT(0))
615 #define HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET ((u16) BIT(1))
616 #define HT_CAP_INFO_SMPS_MASK ((u16) (BIT(2) | BIT(3)))
618 #define HT_CAP_INFO_SMPS_DYNAMIC ((u16) BIT(2))
619 #define HT_CAP_INFO_SMPS_DISABLED ((u16) (BIT(2) | BIT(3)))
620 #define HT_CAP_INFO_GREEN_FIELD ((u16) BIT(4))
621 #define HT_CAP_INFO_SHORT_GI20MHZ ((u16) BIT(5))
622 #define HT_CAP_INFO_SHORT_GI40MHZ ((u16) BIT(6))
623 #define HT_CAP_INFO_TX_STBC ((u16) BIT(7))
624 #define HT_CAP_INFO_RX_STBC_MASK ((u16) (BIT(8) | BIT(9)))
625 #define HT_CAP_INFO_RX_STBC_1 ((u16) BIT(8))
626 #define HT_CAP_INFO_RX_STBC_12 ((u16) BIT(9))
627 #define HT_CAP_INFO_RX_STBC_123 ((u16) (BIT(8) | BIT(9)))
628 #define HT_CAP_INFO_DELAYED_BA ((u16) BIT(10))
629 #define HT_CAP_INFO_MAX_AMSDU_SIZE ((u16) BIT(11))
630 #define HT_CAP_INFO_DSSS_CCK40MHZ ((u16) BIT(12))
631 #define HT_CAP_INFO_PSMP_SUPP ((u16) BIT(13))
632 #define HT_CAP_INFO_40MHZ_INTOLERANT ((u16) BIT(14))
633 #define HT_CAP_INFO_LSIG_TXOP_PROTECT_SUPPORT ((u16) BIT(15))
636 #define EXT_HT_CAP_INFO_PCO ((u16) BIT(0))
639 #define EXT_HT_CAP_INFO_HTC_SUPPORTED ((u16) BIT(10))
640 #define EXT_HT_CAP_INFO_RD_RESPONDER ((u16) BIT(11))
643 #define TX_BEAMFORM_CAP_TXBF_CAP ((u32) BIT(0))
644 #define TX_BEAMFORM_CAP_RX_STAGGERED_SOUNDING_CAP ((u32) BIT(1))
645 #define TX_BEAMFORM_CAP_TX_STAGGERED_SOUNDING_CAP ((u32) BIT(2))
646 #define TX_BEAMFORM_CAP_RX_ZLF_CAP ((u32) BIT(3))
647 #define TX_BEAMFORM_CAP_TX_ZLF_CAP ((u32) BIT(4))
648 #define TX_BEAMFORM_CAP_IMPLICIT_ZLF_CAP ((u32) BIT(5))
650 #define TX_BEAMFORM_CAP_EXPLICIT_CSI_TXBF_CAP ((u32) BIT(8))
651 #define TX_BEAMFORM_CAP_EXPLICIT_UNCOMPR_STEERING_MATRIX_CAP ((u32) BIT(9))
652 #define TX_BEAMFORM_CAP_EXPLICIT_BF_CSI_FEEDBACK_CAP ((u32) BIT(10))
663 #define ASEL_CAPABILITY_ASEL_CAPABLE ((u8) BIT(0))
664 #define ASEL_CAPABILITY_EXPLICIT_CSI_FEEDBACK_BASED_TX_AS_CAP ((u8) BIT(1))
665 #define ASEL_CAPABILITY_ANT_INDICES_FEEDBACK_BASED_TX_AS_CAP ((u8) BIT(2))
666 #define ASEL_CAPABILITY_EXPLICIT_CSI_FEEDBACK_CAP ((u8) BIT(3))
667 #define ASEL_CAPABILITY_ANT_INDICES_FEEDBACK_CAP ((u8) BIT(4))
668 #define ASEL_CAPABILITY_RX_AS_CAP ((u8) BIT(5))
669 #define ASEL_CAPABILITY_TX_SOUND_PPDUS_CAP ((u8) BIT(6))
671 #define HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK ((u8) BIT(0) | BIT(1))
672 #define HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE ((u8) BIT(0))
673 #define HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW ((u8) BIT(0) | BIT(1))
674 #define HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH ((u8) BIT(2))
675 #define HT_INFO_HT_PARAM_RIFS_MODE ((u8) BIT(3))
676 #define HT_INFO_HT_PARAM_CTRL_ACCESS_ONLY ((u8) BIT(4))
677 #define HT_INFO_HT_PARAM_SRV_INTERVAL_GRANULARITY ((u8) BIT(5))
688 #define HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT ((u8) BIT(2))
689 #define HT_INFO_OPERATION_MODE_TRANSMIT_BURST_LIMIT ((u8) BIT(3))
690 #define HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT ((u8) BIT(4))
692 #define HT_INFO_STBC_PARAM_DUAL_BEACON ((u16) BIT(6))
693 #define HT_INFO_STBC_PARAM_DUAL_STBC_PROTECT ((u16) BIT(7))
694 #define HT_INFO_STBC_PARAM_SECONDARY_BCN ((u16) BIT(8))
695 #define HT_INFO_STBC_PARAM_LSIG_TXOP_PROTECT_ALLOWED ((u16) BIT(9))
696 #define HT_INFO_STBC_PARAM_PCO_ACTIVE ((u16) BIT(10))
697 #define HT_INFO_STBC_PARAM_PCO_PHASE ((u16) BIT(11))
703 #define VHT_CAP_MAX_MPDU_LENGTH_7991 ((u32) BIT(0))
704 #define VHT_CAP_MAX_MPDU_LENGTH_11454 ((u32) BIT(1))
705 #define VHT_CAP_SUPP_CHAN_WIDTH_160MHZ ((u32) BIT(2))
706 #define VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ ((u32) BIT(3))
707 #define VHT_CAP_RXLDPC ((u32) BIT(4))
708 #define VHT_CAP_SHORT_GI_80 ((u32) BIT(5))
709 #define VHT_CAP_SHORT_GI_160 ((u32) BIT(6))
710 #define VHT_CAP_TXSTBC ((u32) BIT(7))
711 #define VHT_CAP_RXSTBC_1 ((u32) BIT(8))
712 #define VHT_CAP_RXSTBC_2 ((u32) BIT(9))
713 #define VHT_CAP_RXSTBC_3 ((u32) BIT(8) | BIT(9))
714 #define VHT_CAP_RXSTBC_4 ((u32) BIT(10))
715 #define VHT_CAP_SU_BEAMFORMER_CAPABLE ((u32) BIT(11))
716 #define VHT_CAP_SU_BEAMFORMEE_CAPABLE ((u32) BIT(12))
717 #define VHT_CAP_BEAMFORMER_ANTENNAS_MAX ((u32) BIT(13) | BIT(14))
718 #define VHT_CAP_SOUNDING_DIMENTION_MAX ((u32) BIT(16) | BIT(17))
719 #define VHT_CAP_MU_BEAMFORMER_CAPABLE ((u32) BIT(19))
720 #define VHT_CAP_MU_BEAMFORMEE_CAPABLE ((u32) BIT(20))
721 #define VHT_CAP_VHT_TXOP_PS ((u32) BIT(21))
722 #define VHT_CAP_HTC_VHT ((u32) BIT(22))
723 #define VHT_CAP_MAX_A_MPDU_LENGTH_EXPONENT ((u32) BIT(23))
724 #define VHT_CAP_VHT_LINK_ADAPTATION_VHT_UNSOL_MFB ((u32) BIT(27))
725 #define VHT_CAP_VHT_LINK_ADAPTATION_VHT_MRQ_MFB ((u32) BIT(26) | BIT(27))
726 #define VHT_CAP_RX_ANTENNA_PATTERN ((u32) BIT(28))
727 #define VHT_CAP_TX_ANTENNA_PATTERN ((u32) BIT(29))
897 #define P2P_DEV_CAPAB_SERVICE_DISCOVERY BIT(0)
898 #define P2P_DEV_CAPAB_CLIENT_DISCOVERABILITY BIT(1)
899 #define P2P_DEV_CAPAB_CONCURRENT_OPER BIT(2)
900 #define P2P_DEV_CAPAB_INFRA_MANAGED BIT(3)
901 #define P2P_DEV_CAPAB_DEVICE_LIMIT BIT(4)
902 #define P2P_DEV_CAPAB_INVITATION_PROCEDURE BIT(5)
905 #define P2P_GROUP_CAPAB_GROUP_OWNER BIT(0)
906 #define P2P_GROUP_CAPAB_PERSISTENT_GROUP BIT(1)
907 #define P2P_GROUP_CAPAB_GROUP_LIMIT BIT(2)
908 #define P2P_GROUP_CAPAB_INTRA_BSS_DIST BIT(3)
909 #define P2P_GROUP_CAPAB_CROSS_CONN BIT(4)
910 #define P2P_GROUP_CAPAB_PERSISTENT_RECONN BIT(5)
911 #define P2P_GROUP_CAPAB_GROUP_FORMATION BIT(6)
914 #define P2P_INVITATION_FLAGS_TYPE BIT(0)
917 #define P2P_MAN_DEVICE_MANAGEMENT BIT(0)
918 #define P2P_MAN_CROSS_CONNECTION_PERMITTED BIT(1)
919 #define P2P_MAN_COEXISTENCE_OPTIONAL BIT(2)
1054 #define WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED BIT(0)
1055 #define WNM_BSS_TM_REQ_ABRIDGED BIT(1)
1056 #define WNM_BSS_TM_REQ_DISASSOC_IMMINENT BIT(2)
1057 #define WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED BIT(3)
1058 #define WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT BIT(4)
1083 #define WLAN_20_40_BSS_COEX_INFO_REQ BIT(0)
1084 #define WLAN_20_40_BSS_COEX_40MHZ_INTOL BIT(1)
1085 #define WLAN_20_40_BSS_COEX_20MHZ_WIDTH_REQ BIT(2)
1086 #define WLAN_20_40_BSS_COEX_OBSS_EXEMPT_REQ BIT(3)
1087 #define WLAN_20_40_BSS_COEX_OBSS_EXEMPT_GRNT BIT(4)