Home
last modified time | relevance | path

Searched refs:stream_map (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/wificond/net/
Dnetlink_utils.cpp672 uint16_t stream_map = (mcs_map >> ((i - 1) * 2)) & 0x3; in ParseMcsMap() local
674 if (stream_map != 0x3) { in ParseMcsMap()