Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:service

2  * WPA Supplicant / main() function for Win32 service
15 * for debugging, with 'wpasvc.exe app' or as a Windows service. Service need
17 * this, it can be started like any other Windows service (e.g., 'net start
19 * tool in administrative tasks. The service can be unregistered with
34 #define WPASVC_DISPLAY_NAME TEXT("wpa_supplicant service")
259 printf("Registering service: " TSTR "\n", WPASVC_NAME);
289 printf("Service registered successfully.\n");
300 printf("Unregistering service: " TSTR "\n", WPASVC_NAME);
317 printf("Service currently active - stopping "
318 "service...\n");
329 printf("Service unregistered successfully.\n");
410 /* wait until service gets killed */