Searched refs:PRINT_HE_MAC_CAP (Results 1 – 1 of 1) sorted by relevance
/external/iw/ |
D | util.c | 1171 #define PRINT_HE_MAC_CAP(...) PRINT_HE_CAP(mac_cap, __VA_ARGS__) in __print_he_capa() macro 1182 PRINT_HE_MAC_CAP(0, 0, "+HTC HE Supported"); in __print_he_capa() 1183 PRINT_HE_MAC_CAP(0, 1, "TWT Requester"); in __print_he_capa() 1184 PRINT_HE_MAC_CAP(0, 2, "TWT Responder"); in __print_he_capa() 1191 PRINT_HE_MAC_CAP(1, 1, "All Ack"); in __print_he_capa() 1192 PRINT_HE_MAC_CAP(1, 2, "TRS"); in __print_he_capa() 1193 PRINT_HE_MAC_CAP(1, 3, "BSR"); in __print_he_capa() 1194 PRINT_HE_MAC_CAP(1, 4, "Broadcast TWT"); in __print_he_capa() 1195 PRINT_HE_MAC_CAP(1, 5, "32-bit BA Bitmap"); in __print_he_capa() 1196 PRINT_HE_MAC_CAP(1, 6, "MU Cascading"); in __print_he_capa() [all …]
|