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)
83 #define WLAN_CAPABILITY_ESS BIT(0)
84 #define WLAN_CAPABILITY_IBSS BIT(1)
85 #define WLAN_CAPABILITY_CF_POLLABLE BIT(2)
86 #define WLAN_CAPABILITY_CF_POLL_REQUEST BIT(3)
87 #define WLAN_CAPABILITY_PRIVACY BIT(4)
88 #define WLAN_CAPABILITY_SHORT_PREAMBLE BIT(5)
89 #define WLAN_CAPABILITY_PBCC BIT(6)
90 #define WLAN_CAPABILITY_CHANNEL_AGILITY BIT(7)
91 #define WLAN_CAPABILITY_SPECTRUM_MGMT BIT(8)
92 #define WLAN_CAPABILITY_SHORT_SLOT_TIME BIT(10)
93 #define WLAN_CAPABILITY_DSSS_OFDM BIT(13)
579 #define ERP_INFO_NON_ERP_PRESENT BIT(0)
580 #define ERP_INFO_USE_PROTECTION BIT(1)
581 #define ERP_INFO_BARKER_PREAMBLE_MODE BIT(2)
584 #define HT_CAP_INFO_LDPC_CODING_CAP ((u16) BIT(0))
585 #define HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET ((u16) BIT(1))
586 #define HT_CAP_INFO_SMPS_MASK ((u16) (BIT(2) | BIT(3)))
588 #define HT_CAP_INFO_SMPS_DYNAMIC ((u16) BIT(2))
589 #define HT_CAP_INFO_SMPS_DISABLED ((u16) (BIT(2) | BIT(3)))
590 #define HT_CAP_INFO_GREEN_FIELD ((u16) BIT(4))
591 #define HT_CAP_INFO_SHORT_GI20MHZ ((u16) BIT(5))
592 #define HT_CAP_INFO_SHORT_GI40MHZ ((u16) BIT(6))
593 #define HT_CAP_INFO_TX_STBC ((u16) BIT(7))
594 #define HT_CAP_INFO_RX_STBC_MASK ((u16) (BIT(8) | BIT(9)))
595 #define HT_CAP_INFO_RX_STBC_1 ((u16) BIT(8))
596 #define HT_CAP_INFO_RX_STBC_12 ((u16) BIT(9))
597 #define HT_CAP_INFO_RX_STBC_123 ((u16) (BIT(8) | BIT(9)))
598 #define HT_CAP_INFO_DELAYED_BA ((u16) BIT(10))
599 #define HT_CAP_INFO_MAX_AMSDU_SIZE ((u16) BIT(11))
600 #define HT_CAP_INFO_DSSS_CCK40MHZ ((u16) BIT(12))
601 #define HT_CAP_INFO_PSMP_SUPP ((u16) BIT(13))
602 #define HT_CAP_INFO_40MHZ_INTOLERANT ((u16) BIT(14))
603 #define HT_CAP_INFO_LSIG_TXOP_PROTECT_SUPPORT ((u16) BIT(15))
606 #define EXT_HT_CAP_INFO_PCO ((u16) BIT(0))
609 #define EXT_HT_CAP_INFO_HTC_SUPPORTED ((u16) BIT(10))
610 #define EXT_HT_CAP_INFO_RD_RESPONDER ((u16) BIT(11))
613 #define TX_BEAMFORM_CAP_TXBF_CAP ((u32) BIT(0))
614 #define TX_BEAMFORM_CAP_RX_STAGGERED_SOUNDING_CAP ((u32) BIT(1))
615 #define TX_BEAMFORM_CAP_TX_STAGGERED_SOUNDING_CAP ((u32) BIT(2))
616 #define TX_BEAMFORM_CAP_RX_ZLF_CAP ((u32) BIT(3))
617 #define TX_BEAMFORM_CAP_TX_ZLF_CAP ((u32) BIT(4))
618 #define TX_BEAMFORM_CAP_IMPLICIT_ZLF_CAP ((u32) BIT(5))
620 #define TX_BEAMFORM_CAP_EXPLICIT_CSI_TXBF_CAP ((u32) BIT(8))
621 #define TX_BEAMFORM_CAP_EXPLICIT_UNCOMPR_STEERING_MATRIX_CAP ((u32) BIT(9))
622 #define TX_BEAMFORM_CAP_EXPLICIT_BF_CSI_FEEDBACK_CAP ((u32) BIT(10))
633 #define ASEL_CAPABILITY_ASEL_CAPABLE ((u8) BIT(0))
634 #define ASEL_CAPABILITY_EXPLICIT_CSI_FEEDBACK_BASED_TX_AS_CAP ((u8) BIT(1))
635 #define ASEL_CAPABILITY_ANT_INDICES_FEEDBACK_BASED_TX_AS_CAP ((u8) BIT(2))
636 #define ASEL_CAPABILITY_EXPLICIT_CSI_FEEDBACK_CAP ((u8) BIT(3))
637 #define ASEL_CAPABILITY_ANT_INDICES_FEEDBACK_CAP ((u8) BIT(4))
638 #define ASEL_CAPABILITY_RX_AS_CAP ((u8) BIT(5))
639 #define ASEL_CAPABILITY_TX_SOUND_PPDUS_CAP ((u8) BIT(6))
641 #define HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK ((u8) BIT(0) | BIT(1))
642 #define HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE ((u8) BIT(0))
643 #define HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW ((u8) BIT(0) | BIT(1))
644 #define HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH ((u8) BIT(2))
645 #define HT_INFO_HT_PARAM_RIFS_MODE ((u8) BIT(3))
646 #define HT_INFO_HT_PARAM_CTRL_ACCESS_ONLY ((u8) BIT(4))
647 #define HT_INFO_HT_PARAM_SRV_INTERVAL_GRANULARITY ((u8) BIT(5))
658 #define HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT ((u8) BIT(2))
659 #define HT_INFO_OPERATION_MODE_TRANSMIT_BURST_LIMIT ((u8) BIT(3))
660 #define HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT ((u8) BIT(4))
662 #define HT_INFO_STBC_PARAM_DUAL_BEACON ((u16) BIT(6))
663 #define HT_INFO_STBC_PARAM_DUAL_STBC_PROTECT ((u16) BIT(7))
664 #define HT_INFO_STBC_PARAM_SECONDARY_BCN ((u16) BIT(8))
665 #define HT_INFO_STBC_PARAM_LSIG_TXOP_PROTECT_ALLOWED ((u16) BIT(9))
666 #define HT_INFO_STBC_PARAM_PCO_ACTIVE ((u16) BIT(10))
667 #define HT_INFO_STBC_PARAM_PCO_PHASE ((u16) BIT(11))
672 #define VHT_CAP_MAX_MPDU_LENGTH_7991 ((u32) BIT(0))
673 #define VHT_CAP_MAX_MPDU_LENGTH_11454 ((u32) BIT(1))
674 #define VHT_CAP_SUPP_CHAN_WIDTH_160MHZ ((u32) BIT(2))
675 #define VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ ((u32) BIT(3))
676 #define VHT_CAP_RXLDPC ((u32) BIT(4))
677 #define VHT_CAP_SHORT_GI_80 ((u32) BIT(5))
678 #define VHT_CAP_SHORT_GI_160 ((u32) BIT(6))
679 #define VHT_CAP_TXSTBC ((u32) BIT(7))
680 #define VHT_CAP_RXSTBC_1 ((u32) BIT(8))
681 #define VHT_CAP_RXSTBC_2 ((u32) BIT(9))
682 #define VHT_CAP_RXSTBC_3 ((u32) BIT(8) | BIT(9))
683 #define VHT_CAP_RXSTBC_4 ((u32) BIT(10))
684 #define VHT_CAP_SU_BEAMFORMER_CAPABLE ((u32) BIT(11))
685 #define VHT_CAP_SU_BEAMFORMEE_CAPABLE ((u32) BIT(12))
686 #define VHT_CAP_BEAMFORMER_ANTENNAS_MAX ((u32) BIT(13) | BIT(14))
687 #define VHT_CAP_SOUNDING_DIMENTION_MAX ((u32) BIT(16) | BIT(17))
688 #define VHT_CAP_MU_BEAMFORMER_CAPABLE ((u32) BIT(19))
689 #define VHT_CAP_MU_BEAMFORMEE_CAPABLE ((u32) BIT(20))
690 #define VHT_CAP_VHT_TXOP_PS ((u32) BIT(21))
691 #define VHT_CAP_HTC_VHT ((u32) BIT(22))
692 #define VHT_CAP_MAX_A_MPDU_LENGTH_EXPONENT ((u32) BIT(23))
693 #define VHT_CAP_VHT_LINK_ADAPTATION_VHT_UNSOL_MFB ((u32) BIT(27))
694 #define VHT_CAP_VHT_LINK_ADAPTATION_VHT_MRQ_MFB ((u32) BIT(26) | BIT(27))
695 #define VHT_CAP_RX_ANTENNA_PATTERN ((u32) BIT(28))
696 #define VHT_CAP_TX_ANTENNA_PATTERN ((u32) BIT(29))
860 #define P2P_DEV_CAPAB_SERVICE_DISCOVERY BIT(0)
861 #define P2P_DEV_CAPAB_CLIENT_DISCOVERABILITY BIT(1)
862 #define P2P_DEV_CAPAB_CONCURRENT_OPER BIT(2)
863 #define P2P_DEV_CAPAB_INFRA_MANAGED BIT(3)
864 #define P2P_DEV_CAPAB_DEVICE_LIMIT BIT(4)
865 #define P2P_DEV_CAPAB_INVITATION_PROCEDURE BIT(5)
868 #define P2P_GROUP_CAPAB_GROUP_OWNER BIT(0)
869 #define P2P_GROUP_CAPAB_PERSISTENT_GROUP BIT(1)
870 #define P2P_GROUP_CAPAB_GROUP_LIMIT BIT(2)
871 #define P2P_GROUP_CAPAB_INTRA_BSS_DIST BIT(3)
872 #define P2P_GROUP_CAPAB_CROSS_CONN BIT(4)
873 #define P2P_GROUP_CAPAB_PERSISTENT_RECONN BIT(5)
874 #define P2P_GROUP_CAPAB_GROUP_FORMATION BIT(6)
877 #define P2P_INVITATION_FLAGS_TYPE BIT(0)
880 #define P2P_MAN_DEVICE_MANAGEMENT BIT(0)
881 #define P2P_MAN_CROSS_CONNECTION_PERMITTED BIT(1)
882 #define P2P_MAN_COEXISTENCE_OPTIONAL BIT(2)
1007 #define WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED BIT(0)
1008 #define WNM_BSS_TM_REQ_ABRIDGED BIT(1)
1009 #define WNM_BSS_TM_REQ_DISASSOC_IMMINENT BIT(2)
1010 #define WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED BIT(3)
1011 #define WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT BIT(4)
1014 #define WLAN_20_40_BSS_COEX_INFO_REQ BIT(0)
1015 #define WLAN_20_40_BSS_COEX_40MHZ_INTOL BIT(1)
1016 #define WLAN_20_40_BSS_COEX_20MHZ_WIDTH_REQ BIT(2)
1017 #define WLAN_20_40_BSS_COEX_OBSS_EXEMPT_REQ BIT(3)
1018 #define WLAN_20_40_BSS_COEX_OBSS_EXEMPT_GRNT BIT(4)