HomeSort by relevance Sort by last modified time
    Searched refs:WPS_CONFIG_DISPLAY (Results 1 - 17 of 17) 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/src/p2p/
p2p_pd.c 572 u16 allowed_config_methods = WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
681 if (msg.wps_config_methods & WPS_CONFIG_DISPLAY) {
916 if (method & WPS_CONFIG_DISPLAY)
919 method = WPS_CONFIG_DISPLAY;
    [all...]
p2p_build.c 209 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
212 (WPS_CONFIG_PUSHBUTTON | WPS_CONFIG_DISPLAY |
216 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
p2p_go_neg.c 225 config_method = WPS_CONFIG_DISPLAY;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_defs.h 250 #define WPS_CONFIG_DISPLAY 0x0008
wps_common.c 534 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
548 methods |= WPS_CONFIG_DISPLAY;
wps.c 265 * includes WPS_CONFIG_LABEL, WPS_CONFIG_DISPLAY, or WPS_CONFIG_KEYPAD,
281 (WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD)))
wps_validate.c 100 if ((val & 0x6000) && !(val & WPS_CONFIG_DISPLAY)) {
106 if (!(val & 0x6000) && (val & WPS_CONFIG_DISPLAY)) {
    [all...]
wps_enrollee.c 122 (config_methods & WPS_CONFIG_DISPLAY))) {
    [all...]
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]
p2p_supplicant.c     [all...]
ctrl_iface.c     [all...]
  /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/ap/
wps_hostapd.c 1030 (WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY |
1031 WPS_CONFIG_PHY_DISPLAY)) == WPS_CONFIG_DISPLAY) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c     [all...]

Completed in 386 milliseconds