Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/nl80211/
DDeviceWiphyCapabilities.java22 import android.net.wifi.WifiAnnotations.ChannelWidth;
115 public boolean isChannelWidthSupported(@ChannelWidth int chWidth) { in isChannelWidthSupported()
142 public void setChannelWidthSupported(@ChannelWidth int chWidth, boolean support) { in setChannelWidthSupported()
/frameworks/base/wifi/java/android/net/wifi/rtt/
DResponderConfig.java86 public @interface ChannelWidth { annotation in ResponderConfig
208 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig()
247 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig()
286 @ChannelWidth int channelWidth, int frequency, int centerFreq0, int centerFreq1, in ResponderConfig()
/frameworks/base/wifi/java/android/net/wifi/
DWifiAnnotations.java72 public @interface ChannelWidth{} annotation in WifiAnnotations
DScanResult.java23 import android.net.wifi.WifiAnnotations.ChannelWidth;
359 public @ChannelWidth int channelWidth;