Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:program

5  * This program is free software; you can redistribute it and/or modify
43 "This program is free software. You can distribute it and/or modify it\n"
50 "This program is free software; you can redistribute it and/or modify\n"
54 "This program is distributed in the hope that it will be useful,\n"
60 "along with this program; if not, write to the Free Software\n"
1493 static int wpa_cli_exec(const char *program, const char *arg1,
1501 len = os_strlen(program) + os_strlen(arg1) + os_strlen(arg2) + 3;
1505 res = os_snprintf(cmd, len, "%s %s %s", program, arg1, arg2);