Searched refs:networks_to_match_ (Results 1 – 3 of 3) sorted by relevance
28 return networks_to_match_ == other.networks_to_match_ && in operator ==()34 auto netList = SerializeVector(networks_to_match_, builder); in Serialize()45 if (!DeserializeVector<PreferredNetwork>(*fbsNetList, &networks_to_match_)) { in Deserialize()57 LOGI(" number of networks to match: %zu", networks_to_match_.size()); in Log()58 for (auto &net : networks_to_match_) { in Log()
50 Vector<PreferredNetwork> networks_to_match_; // empty means match all variable
127 init<wifi_offload::PreferredNetwork>(filter.networks_to_match_, rand_gen); in init()