Searched refs:m80211axSupported (Results 1 – 1 of 1) sorted by relevance
44 private boolean m80211axSupported; field in DeviceWiphyCapabilities55 m80211axSupported = false; in DeviceWiphyCapabilities()78 return m80211axSupported; in isWifiStandardSupported()101 m80211axSupported = support; in setWifiStandardSupport()120 return (m80211nSupported || m80211acSupported || m80211axSupported); in isChannelWidthSupported()122 return (m80211acSupported || m80211axSupported); in isChannelWidthSupported()207 && m80211axSupported == capa.m80211axSupported in equals()217 return Objects.hash(m80211nSupported, m80211acSupported, m80211axSupported, in hashCode()236 out.writeBoolean(m80211axSupported); in writeToParcel()248 sb.append("m80211axSupported:").append(m80211axSupported ? "Yes" : "No"); in toString()[all …]