Searched refs:mLastConnectionCapabilities (Results 1 – 1 of 1) sorted by relevance
297 private WifiNative.ConnectionCapabilities mLastConnectionCapabilities; field in ClientModeImpl1695 return mLastConnectionCapabilities != null in mostRecentConnectionSupports11ax()1696 && (mLastConnectionCapabilities.wifiStandard == ScanResult.WIFI_STANDARD_11AX in mostRecentConnectionSupports11ax()1697 || mLastConnectionCapabilities.wifiStandard == ScanResult.WIFI_STANDARD_11BE); in mostRecentConnectionSupports11ax()3429 mLastConnectionCapabilities = mWifiNative.getConnectionCapabilities(mInterfaceName); in updateWifiInfoLinkParamsAfterAssociation()3431 mLastConnectionCapabilities); in updateWifiInfoLinkParamsAfterAssociation()3433 mLastConnectionCapabilities); in updateWifiInfoLinkParamsAfterAssociation()3434 mWifiInfo.setWifiStandard(mLastConnectionCapabilities.wifiStandard); in updateWifiInfoLinkParamsAfterAssociation()3438 mLastConnectionCapabilities.apTidToLinkMapNegotiationSupported); in updateWifiInfoLinkParamsAfterAssociation()3442 mLastConnectionCapabilities.channelBandwidth); in updateWifiInfoLinkParamsAfterAssociation()[all …]