Searched refs:getConnectionMloLinksInfo (Results 1 – 8 of 8) sorted by relevance
606 WifiNative.ConnectionMloLinksInfo getConnectionMloLinksInfo(@NonNull String ifaceName); in getConnectionMloLinksInfo() method
2005 public WifiNative.ConnectionMloLinksInfo getConnectionMloLinksInfo(@NonNull String ifaceName) { in getConnectionMloLinksInfo() method in SupplicantStaIfaceHal2012 return mStaIfaceHal.getConnectionMloLinksInfo(ifaceName); in getConnectionMloLinksInfo()
3198 public WifiNative.ConnectionMloLinksInfo getConnectionMloLinksInfo(@NonNull String ifaceName) { in getConnectionMloLinksInfo() method in SupplicantStaIfaceHalAidlImpl3206 MloLinksInfo halInfo = iface.getConnectionMloLinksInfo(); in getConnectionMloLinksInfo()
4220 public ConnectionMloLinksInfo getConnectionMloLinksInfo(@NonNull String ifaceName) {4221 return mSupplicantStaIfaceHal.getConnectionMloLinksInfo(ifaceName);
3189 WifiNative.ConnectionMloLinksInfo mloLinksInfo = mWifiNative.getConnectionMloLinksInfo( in updateAssociatedMloLinksFromLinksInfoWhenBssFreqChanged()3444 updateMloLinkAddrAndStates(mWifiNative.getConnectionMloLinksInfo(mInterfaceName)); in updateWifiInfoLinkParamsAfterAssociation()6845 mWifiNative.getConnectionMloLinksInfo(mInterfaceName); in processMessageImpl()
3341 public WifiNative.ConnectionMloLinksInfo getConnectionMloLinksInfo(@NonNull String ifaceName) { in getConnectionMloLinksInfo() method in SupplicantStaIfaceHalHidlImpl
3216 when(mISupplicantStaIfaceMock.getConnectionMloLinksInfo()).thenReturn(null); in testGetConnectionMloLinksInfo()3218 assertNull(mDut.getConnectionMloLinksInfo(WLAN1_IFACE_NAME)); in testGetConnectionMloLinksInfo()3220 assertNull(mDut.getConnectionMloLinksInfo(WLAN0_IFACE_NAME)); in testGetConnectionMloLinksInfo()3222 when(mISupplicantStaIfaceMock.getConnectionMloLinksInfo()).thenReturn(info); in testGetConnectionMloLinksInfo()3224 assertNull(mDut.getConnectionMloLinksInfo(WLAN1_IFACE_NAME)); in testGetConnectionMloLinksInfo()3226 WifiNative.ConnectionMloLinksInfo nativeInfo = mDut.getConnectionMloLinksInfo( in testGetConnectionMloLinksInfo()
10083 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in setConnectionMloLinksInfo()10222 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in configureMloLinksInfoWithIdleLinks()10231 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in reconfigureMloLinksInfoWithOneLink()10888 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in testMloLinkAttributesAfterSignalPoll()11034 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in testBssFrequencyChangedUpdatesMloLink()11044 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in testBssFrequencyChangedUpdatesMloLink()