D | ANQPNetworkKey.java | 31 public class ANQPNetworkKey { class 37 public ANQPNetworkKey(String ssid, long bssid, long hessid, int anqpDomainID) { in ANQPNetworkKey() method in ANQPNetworkKey 59 public static ANQPNetworkKey buildKey(String ssid, long bssid, long hessid, int anqpDomainId) { in buildKey() 61 return new ANQPNetworkKey(ssid, bssid, 0, 0); in buildKey() 63 return new ANQPNetworkKey(null, 0, hessid, anqpDomainId); in buildKey() 65 return new ANQPNetworkKey(ssid, 0, 0, anqpDomainId); in buildKey() 84 if (!(thatObject instanceof ANQPNetworkKey)) { in equals() 87 ANQPNetworkKey that = (ANQPNetworkKey) thatObject; in equals()
|