Searched refs:mConnectStationInfo (Results 1 – 2 of 2) sorted by relevance
737 for (auto iter = mConnectStationInfo.begin(); iter != mConnectStationInfo.end(); iter++) { in GetStationList()746 auto iter = mConnectStationInfo.find(info.bssid); in ManageStation()748 if (iter != mConnectStationInfo.end()) { in ManageStation()751 mConnectStationInfo.emplace(std::make_pair(info.bssid, info)); in ManageStation()757 if (iter != mConnectStationInfo.end()) { in ManageStation()758 mConnectStationInfo.erase(iter); in ManageStation()775 mConnectStationInfo.clear(); in ClearStationList()
378 std::map<std::string, StationInfo> mConnectStationInfo; variable