Searched refs:EID_HT_CAPABILITIES (Results 1 – 3 of 3) sorted by relevance
19 import static android.net.wifi.ScanResult.InformationElement.EID_HT_CAPABILITIES;310 if (ie.id == EID_HT_CAPABILITIES) { in fromScanResult()
348 htCap.id = ScanResult.InformationElement.EID_HT_CAPABILITIES; in testResponderPreambleSelection()
450 public static final int EID_HT_CAPABILITIES = 45; field in ScanResult.InformationElement