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

  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 201 u16 config_method; local
206 config_method = WPS_CONFIG_KEYPAD;
208 config_method = WPS_CONFIG_DISPLAY;
210 config_method = WPS_CONFIG_PUSHBUTTON;
214 config_method, 0, 0);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 667 char *config_method = NULL; local
677 dbus_message_iter_get_basic(&iter, &config_method);
680 * Validation checks on config_method are being duplicated here
684 if (os_strcmp(config_method, "display") &&
685 os_strcmp(config_method, "keypad") &&
686 os_strcmp(config_method, "pbc") &&
687 os_strcmp(config_method, "pushbutton"))
690 if (wpas_p2p_prov_disc(wpa_s, peer_addr, config_method,
    [all...]

Completed in 2347 milliseconds