Searched refs:os_exec (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/utils/ |
D | browser-wpadebug.c | 130 if (os_exec("/system/bin/am", in hs20_web_browser()
|
D | os_none.c | 245 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
D | os_zephyr.c | 293 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
D | os_win32.c | 282 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
D | os.h | 728 int os_exec(const char *program, const char *arg, int wait_completion);
|
D | os_internal.c | 509 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
D | os_unix.c | 821 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
/hostap-latest/hostapd/ |
D | hostapd_cli.c | 293 res = os_exec(program, arg, 1); in hostapd_cli_exec()
|
/hostap-latest/wpa_supplicant/ |
D | wpa_cli.c | 4315 res = os_exec(program, arg, 1); in wpa_cli_exec()
|