Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/nl80211/
DDeviceWiphyCapabilities.java115 public boolean isChannelWidthSupported(@ChannelWidth int chWidth) { in isChannelWidthSupported() argument
116 switch (chWidth) { in isChannelWidthSupported()
128 Log.e(TAG, "isChannelWidthSupported called with invalid channel width: " + chWidth); in isChannelWidthSupported()
142 public void setChannelWidthSupported(@ChannelWidth int chWidth, boolean support) { in setChannelWidthSupported() argument
143 switch (chWidth) { in setChannelWidthSupported()
152 + chWidth); in setChannelWidthSupported()