Home | History | Annotate | Download | only in dbus

Lines Matching defs:config_method

790 	char *config_method = NULL;
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,