Searched refs:handle_term (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
H A Dhlr_auc_gw.c636 static void handle_term(int sig) function
707 signal(SIGTERM, handle_term);
708 signal(SIGINT, handle_term);
/external/wpa_supplicant_8/hostapd/
H A Dmain.c314 * handle_term - SIGINT and SIGTERM handler to terminate hostapd process
316 static void handle_term(int sig, void *signal_ctx) function
382 eloop_register_signal_terminate(handle_term, interfaces);
H A Dhlr_auc_gw.c909 static void handle_term(int sig) function
1015 signal(SIGTERM, handle_term);
1016 signal(SIGINT, handle_term);

Completed in 96 milliseconds