Home
last modified time | relevance | path

Searched refs:channelParamsListSize (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/hostapd/hidl/1.3/
Dhostapd.cpp786 int channelParamsListSize = iface_params.channelParamsList.size(); in addAccessPointInternal_1_3() local
787 if (channelParamsListSize == 1) { in addAccessPointInternal_1_3()
793 } else if (channelParamsListSize == 2) { in addAccessPointInternal_1_3()
805 int channelParamsListSize = iface_params.channelParamsList.size(); in addConcurrentAccessPoints() local
814 if (managed_interfaces.size() < channelParamsListSize) { in addConcurrentAccessPoints()
819 for (std::size_t i = 0; i < channelParamsListSize; i ++) { in addConcurrentAccessPoints()