HomeSort by relevance Sort by last modified time
    Searched full:wps_device_name (Results 1 - 5 of 5) sorted by null

  /system/connectivity/shill/wifi/
wifi_endpoint.h 58 std::string wps_device_name; member in struct:shill::WiFiEndpoint::VendorInformation
wifi_endpoint.cc 162 if (!vendor_information_.wps_device_name.empty()) {
164 vendor_information_.wps_device_name;
597 vendor_information->wps_device_name = s;
wifi_endpoint_unittest.cc 430 EXPECT_EQ("", vendor_information.wps_device_name);
458 EXPECT_EQ("", vendor_information.wps_device_name);
510 EXPECT_EQ(kDeviceName, vendor_information.wps_device_name);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.c 632 ret = os_snprintf(pos, end - pos, "wps_device_name=%s\n", str);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 607 else if ((*it).startsWith("wps_device_name="))
    [all...]

Completed in 415 milliseconds