Searched defs:Dot11nDevCap (Results 1 – 1 of 1) sorted by relevance
148 #define ISSUPP_CHANWIDTH40(Dot11nDevCap) (Dot11nDevCap & BIT(17)) argument149 #define ISSUPP_SHORTGI20(Dot11nDevCap) (Dot11nDevCap & BIT(23)) argument150 #define ISSUPP_SHORTGI40(Dot11nDevCap) (Dot11nDevCap & BIT(24)) argument151 #define ISSUPP_TXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(25)) argument152 #define ISSUPP_RXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(26)) argument153 #define ISSUPP_GREENFIELD(Dot11nDevCap) (Dot11nDevCap & BIT(29)) argument