Searched refs:mHotspotMacConfig (Results 1 – 2 of 2) sorted by relevance
1393 mHotspotMacConfig[id] = config; in SetHotspotMacConfig()1400 auto iter = mHotspotMacConfig.find(id); in GetHotspotMacConfig()1401 if (iter != mHotspotMacConfig.end()) { in GetHotspotMacConfig()
379 std::map<int, HotspotMacConfig> mHotspotMacConfig; variable