Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:_cmd

407 	char _cmd[256];
422 ret = os_snprintf(_cmd, sizeof(_cmd), "%s %s %s", cmd, redirect_interface, arg);
425 ret = os_snprintf(_cmd, sizeof(_cmd), "%s %s", cmd, redirect_interface);
427 cmd = _cmd;