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

  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 63 private static final int WPS_CONFIG_DISPLAY = 0x0008;
245 return (wpsConfigMethodsSupported & WPS_CONFIG_DISPLAY) != 0;
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.h 472 static_cast<uint32_t>(WpsConfigMethods::DISPLAY) == WPS_CONFIG_DISPLAY,
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
hidl_manager.h 481 static_cast<uint32_t>(WpsConfigMethods::DISPLAY) == WPS_CONFIG_DISPLAY,
  /external/wpa_supplicant_8/src/wps/
wps_defs.h 250 #define WPS_CONFIG_DISPLAY 0x0008

Completed in 259 milliseconds