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 326 * handle_term - SIGINT and SIGTERM handler to terminate hostapd process
328 static void handle_term(int sig, void *signal_ctx) function
394 eloop_register_signal_terminate(handle_term, interfaces);
hlr_auc_gw.c 909 static void handle_term(int sig) function
1015 signal(SIGTERM, handle_term);
1016 signal(SIGINT, handle_term);

Completed in 25 milliseconds