Home
last modified time | relevance | path

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

/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DDeviceWiphyCapabilities.java43 private boolean m80211acSupported; field in DeviceWiphyCapabilities
54 m80211acSupported = false; in DeviceWiphyCapabilities()
76 return m80211acSupported; in isWifiStandardSupported()
98 m80211acSupported = support; in setWifiStandardSupport()
120 return (m80211nSupported || m80211acSupported || m80211axSupported); in isChannelWidthSupported()
122 return (m80211acSupported || m80211axSupported); in isChannelWidthSupported()
206 && m80211acSupported == capa.m80211acSupported in equals()
217 return Objects.hash(m80211nSupported, m80211acSupported, m80211axSupported, in hashCode()
235 out.writeBoolean(m80211acSupported); in writeToParcel()
247 sb.append("m80211acSupported:").append(m80211acSupported ? "Yes" : "No"); in toString()
[all …]