Class android.net.wifi.WifiManager

Added Methods
void addLocalOnlyConnectionFailureListener(Executor, LocalOnlyConnectionFailureListener)  
void getMaxSupportedConcurrentTdlsSessions(Executor, Consumer<Integer>)  
void getNumberOfEnabledTdlsSessions(Executor, Consumer<Integer>)  
void isTdlsOperationCurrentlyAvailable(Executor, Consumer<Boolean>)  
boolean isTidToLinkMappingNegotiationSupported()  
void removeLocalOnlyConnectionFailureListener(LocalOnlyConnectionFailureListener)  
void setTdlsEnabled(InetAddress, boolean, Executor, Consumer<Boolean>)  
void setTdlsEnabledWithMacAddress(String, boolean, Executor, Consumer<Boolean>)  
 

Added Fields
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