Home
last modified time | relevance | path

Searched refs:supports80211mc (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/rtt/
DResponderConfig.java150 public final boolean supports80211mc; field in ResponderConfig
202 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig() argument
211 this.supports80211mc = supports80211mc; in ResponderConfig()
241 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig() argument
246 this.supports80211mc = supports80211mc; in ResponderConfig()
279 @ResponderType int responderType, boolean supports80211mc, in ResponderConfig() argument
285 this.supports80211mc = supports80211mc; in ResponderConfig()
300 boolean supports80211mc = scanResult.is80211mcResponder(); in fromScanResult()
333 return new ResponderConfig(macAddress, responderType, supports80211mc, channelWidth, in fromScanResult()
402 dest.writeInt(supports80211mc ? 1 : 0); in writeToParcel()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
DRttNative.java288 if (!responder.supports80211mc) { in convertRangingRequestToRttConfigs()
300 config.type = responder.supports80211mc ? RttType.TWO_SIDED : RttType.ONE_SIDED; in convertRangingRequestToRttConfigs()
DRttServiceImpl.java1061 rttPeer.peerHandle, rttPeer.responderType, rttPeer.supports80211mc, in processReceivedAwarePeerMacAddresses()
1150 if (!peer.supports80211mc) { in postProcessResults()
/frameworks/base/api/
Dsystem-current.txt5727 field public final boolean supports80211mc;
/frameworks/base/non-updatable-api/
Dsystem-current.txt5633 field public final boolean supports80211mc;