Searched refs:mcs_map (Results 1 – 3 of 3) sorted by relevance
318 uint32_t ParseMcsMap(uint16_t mcs_map);
629 uint32_t NetlinkUtils::ParseMcsMap(uint16_t mcs_map) in ParseMcsMap() argument633 uint16_t stream_map = (mcs_map >> ((i - 1) * 2)) & 0x3; in ParseMcsMap()
3133 #define VHT_MCS_MAP_TO_MCS_CODE(mcs_map) \ argument3134 ((mcs_map == 0xff) ? VHT_CAP_MCS_MAP_0_7 : \3135 (mcs_map == 0x1ff) ? VHT_CAP_MCS_MAP_0_8 : \3136 (mcs_map == 0x3ff) ? VHT_CAP_MCS_MAP_0_9 : VHT_CAP_MCS_MAP_NONE)