Home | History | Annotate | Download | only in cros

Lines Matching refs:networks

39 //  network_map_: canonical map<path,Network*> for all visible networks.
50 // network_unique_id_map_: map<unique_id,Network*> for visible networks.
51 // remembered_network_map_: a canonical map<path,Network*> for all networks
61 // the "Services" message which list all visible networks. The handler
2079 // For 802.1x networks, configuration is required if connectable is false.
2147 ClearNetworks(true /*delete networks*/);
2148 ClearRememberedNetworks(true /*delete networks*/);
2619 DCHECK(network_list->networks[i].address);
2620 DCHECK(network_list->networks[i].name);
2622 ap.mac_address = SafeString(network_list->networks[i].address);
2623 ap.name = SafeString(network_list->networks[i].name);
2625 base::TimeDelta::FromSeconds(network_list->networks[i].age_seconds);
2626 ap.signal_strength = network_list->networks[i].strength;
2627 ap.channel = network_list->networks[i].channel;
2924 // Note: This does not include any virtual networks.
3344 // Note: sometimes flimflam still returns networks when the device type is
3346 // networks to a list or setting an active network so that we do not show them
3483 // Clear the stored credentials for any visible forgotten networks.
3497 // Copy the list of existing networks to "old" and clear the map and lists.
3505 // |services| represents a complete list of visible networks.
3522 // new networks.
3531 // Delete any old networks that no longer exist.
3538 // Request updates for watched networks. Does not affect network lists.
3539 // Existing networks will be updated. There should not be any new networks
3554 // Request the active profile which lists the remembered networks.
3562 // Update the list of remembered (profile) networks
3566 // Copy the list of existing networks to "old" and clear the map and list.
3569 // |profile_entries| represents a complete list of remembered networks.
3587 // Always request updates for remembered networks.
3594 // Delete any old networks that no longer exist.
4064 // First, get the currently available networks. This data is cached
4088 // Networks
4089 ClearNetworks(true /*delete networks*/);
4182 // Remembered Networks
4183 ClearRememberedNetworks(true /*delete networks*/);
4248 // A service path based map of all Networks.
4251 // A unique_id_ based map of Networks.
4254 // A service path based map of all remembered Networks.
4269 // The list of available wifi networks.
4275 // The remembered wifi networks.
4278 // The list of available cellular networks.
4284 // The list of available virtual networks.
4302 // True if we are currently scanning for wifi networks.