Searched refs:os_exec (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | browser-wpadebug.c | 130 if (os_exec("/system/bin/am", in hs20_web_browser()
|
H A D | os_none.c | 245 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
H A D | os_win32.c | 282 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
H A D | os_internal.c | 509 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
H A D | os.h | 656 int os_exec(const char *program, const char *arg, int wait_completion);
|
H A D | os_unix.c | 828 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd_cli.c | 293 res = os_exec(program, arg, 1); in hostapd_cli_exec()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_cli.c | 4301 res = os_exec(program, arg, 1); in wpa_cli_exec()
|