Searched refs:mCurrentSoftApCapability (Results 1 – 1 of 1) sorted by relevance
109 private SoftApCapability mCurrentSoftApCapability; field in SoftApManager184 mCurrentSoftApCapability = apConfig.getCapability(); in SoftApManager()195 softApConfig, mCurrentSoftApCapability); in SoftApManager()418 boolean acsEnabled = mCurrentSoftApCapability.areFeaturesSupported( in startSoftAp()433 if (!ApConfigUtil.checkSupportAllConfiguration(config, mCurrentSoftApCapability)) { in startSoftAp()473 if (!mCurrentSoftApCapability.areFeaturesSupported( in checkSoftApClient()495 int maxConfig = mCurrentSoftApCapability.getMaxSupportedClients(); in checkSoftApClient()617 mCurrentSoftApCapability = new SoftApCapability(capability); in processMessage()624 newConfig, mCurrentSoftApCapability); in processMessage()666 if (!mCurrentSoftApCapability.areFeaturesSupported( in updateClientConnection()[all …]