Class android.net.wifi.WifiManager

Added Methods
void addLocalOnlyConnectionFailureListener(Executor, LocalOnlyConnectionFailureListener)  
List<WifiAvailableChannel> getAllowedChannels(int, int)  
void getChannelData(Executor, Consumer<List<Bundle>>)  
int getMaxNumberOfChannelsPerNetworkSpecifierRequest()  
void getMaxSupportedConcurrentTdlsSessions(Executor, Consumer<Integer>)  
void getNumberOfEnabledTdlsSessions(Executor, Consumer<Integer>)  
List<WifiAvailableChannel> getUsableChannels(int, int)  
boolean isDualBandSimultaneousSupported()  
void isTdlsOperationCurrentlyAvailable(Executor, Consumer<Boolean>)  
boolean isTidToLinkMappingNegotiationSupported()  
boolean isTlsMinimumVersionSupported()  
boolean isTlsV13Supported()  
void removeLocalOnlyConnectionFailureListener(LocalOnlyConnectionFailureListener)  
void setTdlsEnabled(InetAddress, boolean, Executor, Consumer<Boolean>)  
void setTdlsEnabledWithMacAddress(String, boolean, Executor, Consumer<Boolean>)  
boolean validateSoftApConfiguration(SoftApConfiguration)  
 

Added Fields
String CHANNEL_DATA_KEY_FREQUENCY_MHZ  
String CHANNEL_DATA_KEY_NUM_AP  
int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_ASSOCIATION  
int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_AUTHENTICATION  
int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_IP_PROVISIONING  
int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_NOT_FOUND  
int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_NO_RESPONSE  
int STATUS_LOCAL_ONLY_CONNECTION_FAILURE_UNKNOWN  
 

Changed Fields
int WIFI_MODE_FULL_HIGH_PERF Now deprecated.