HomeSort by relevance Sort by last modified time
    Searched defs:network_mode (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/wifi/
wifi_endpoint.cc 231 const string& WiFiEndpoint::network_mode() const { function in class:shill::WiFiEndpoint
261 const string& network_mode,
264 return MakeEndpoint(control_interface, wifi, ssid, bssid, network_mode,
274 const string& network_mode,
290 args.SetString(WPASupplicant::kBSSPropertyMode, network_mode);
wifi_provider.cc 126 string network_mode; local
132 &network_mode,
139 if (FindService(ssid_bytes, network_mode, security)) {
148 AddService(ssid_bytes, network_mode, security, is_hidden);
289 endpoint->network_mode(),
295 endpoint->network_mode(),
348 service->mode() == endpoint->network_mode() &&
wifi_service.cc 1098 string device_address, network_mode, security; local
    [all...]

Completed in 2090 milliseconds