Searched refs:ChannelWidth (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/nl80211/ |
D | DeviceWiphyCapabilities.java | 22 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/ |
D | ResponderConfig.java | 86 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/ |
D | WifiAnnotations.java | 72 public @interface ChannelWidth{} annotation in WifiAnnotations
|
D | ScanResult.java | 23 import android.net.wifi.WifiAnnotations.ChannelWidth; 359 public @ChannelWidth int channelWidth;
|