Searched refs:EID_VHT_CAPABILITIES (Results 1 – 3 of 3) sorted by relevance
20 import static android.net.wifi.ScanResult.InformationElement.EID_VHT_CAPABILITIES;312 } else if (ie.id == EID_VHT_CAPABILITIES) { in fromScanResult()
348 vhtCap.id = ScanResult.InformationElement.EID_VHT_CAPABILITIES; in testResponderPreambleSelection()
412 public static final int EID_VHT_CAPABILITIES = 191; field in ScanResult.InformationElement