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 219 u16 config_method; local
223 config_method = WPS_CONFIG_KEYPAD;
225 config_method = WPS_CONFIG_DISPLAY;
227 config_method = WPS_CONFIG_PUSHBUTTON;
229 config_method = WPS_CONFIG_P2PS;
233 NULL, config_method, 0, 0, 1);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 790 char *config_method = NULL; local
800 dbus_message_iter_get_basic(&iter, &config_method);
803 * Validation checks on config_method are being duplicated here
807 if (os_strcmp(config_method, "display") &&
808 os_strcmp(config_method, "keypad") &&
809 os_strcmp(config_method, "pbc") &&
810 os_strcmp(config_method, "pushbutton"))
815 if (wpas_p2p_prov_disc(wpa_s, peer_addr, config_method,
    [all...]

Completed in 129 milliseconds