Searched refs:halInfo (Results 1 – 3 of 3) sorted by relevance
577 P2pDiscoveryInfo halInfo = new P2pDiscoveryInfo(); in findWithParams() local578 halInfo.scanType = frameworkToHalScanType(config.getScanType()); in findWithParams()579 halInfo.timeoutInSec = timeout; in findWithParams()580 halInfo.frequencyMhz = config.getFrequencyMhz(); in findWithParams()581 if (halInfo.scanType == -1) { in findWithParams()584 if (halInfo.frequencyMhz < 0) { in findWithParams()585 Log.e(TAG, "Invalid freq value: " + halInfo.frequencyMhz); in findWithParams()590 halInfo.vendorData = in findWithParams()595 mISupplicantP2pIface.findWithParams(halInfo); in findWithParams()
3206 MloLinksInfo halInfo = iface.getConnectionMloLinksInfo(); in getConnectionMloLinksInfo() local3207 if (halInfo == null) { in getConnectionMloLinksInfo()3215 if (halInfo.apMldMacAddress != null) { in getConnectionMloLinksInfo()3216 nativeInfo.apMldMacAddress = MacAddress.fromBytes(halInfo.apMldMacAddress); in getConnectionMloLinksInfo()3218 nativeInfo.apMloLinkId = halInfo.apMloLinkId; in getConnectionMloLinksInfo()3219 nativeInfo.links = new WifiNative.ConnectionMloLink[halInfo.links.length]; in getConnectionMloLinksInfo()3221 for (int i = 0; i < halInfo.links.length; i++) { in getConnectionMloLinksInfo()3224 halInfo.links[i].linkId, in getConnectionMloLinksInfo()3225 MacAddress.fromBytes(halInfo.links[i].staLinkMacAddress), in getConnectionMloLinksInfo()3226 (halInfo.links[i].apLinkMacAddress != null) ? MacAddress.fromBytes( in getConnectionMloLinksInfo()[all …]
1186 mWifiChip.requestChipDebugInfo((status, halInfo) -> { in requestChipDebugInfoInternal() argument1189 halInfo.driverDescription, halInfo.firmwareDescription); in requestChipDebugInfoInternal()