Searched defs:anqpDomainId (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | ANQPNetworkKey.java | 59 public static ANQPNetworkKey buildKey(String ssid, long bssid, long hessid, int anqpDomainId) { in buildKey()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | ScanResult.java | 76 public int anqpDomainId; field in ScanResult 1076 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult() 1124 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() 1151 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiMetricsTest.java | 628 int anqpDomainId, NetworkDetail.HSRelease hsRelease, boolean weakSignal) { in buildMockScanDetailPasspoint()
|