Searched refs:passive (Results 1 – 7 of 7) sorted by relevance
44 return channel1.passive == channel2.passive; in channelEquals()
127 public boolean passive; /* ignored on DFS channels */ field in WifiScanner.ChannelSpec139 passive = false; in ChannelSpec()297 dest.writeInt(channels[i].passive ? 1 : 0); in writeToParcel()334 spec.passive = in.readInt() == 1;
104 …r to initialize the function it cares about. See below for an example of creating a passive layer.
2424 public boolean passive; field in WifiNative.ChannelSettings
13892 field public static final java.lang.String PASSIVE_PROVIDER = "passive";
23013 field public static final String PASSIVE_PROVIDER = "passive";
50936 Landroid/net/wifi/WifiScanner$ChannelSpec;->passive:Z