HomeSort by relevance Sort by last modified time
    Searched refs:handle_term (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/hostapd/
main.c 275 * handle_term - SIGINT and SIGTERM handler to terminate hostapd process
277 static void handle_term(int sig, void *signal_ctx) function
340 eloop_register_signal_terminate(handle_term, interfaces);
hlr_auc_gw.c 997 static void handle_term(int sig) function
1113 signal(SIGTERM, handle_term);
1114 signal(SIGINT, handle_term);

Completed in 38 milliseconds