Home
last modified time | relevance | path

Searched refs:WPA_EVENT_TERMINATING (Results 1 – 5 of 5) sorted by relevance

/hostap-3.7.0/src/common/
Dwpa_ctrl.h36 #define WPA_EVENT_TERMINATING "CTRL-EVENT-TERMINATING " macro
/hostap-3.7.0/wpa_supplicant/
Dwpa_cli.c4086 } else if (str_starts(pos, WPA_EVENT_TERMINATING)) { in wpa_cli_action_process()
4234 if (str_starts(pos, WPA_EVENT_TERMINATING) && ctrl_conn) { in check_terminating()
Dwpa_supplicant.c7002 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TERMINATING); in wpa_supplicant_deinit_iface()
/hostap-3.7.0/doc/
Dctrl_iface.doxygen720 WPA_EVENT_TERMINATING: wpa_supplicant is exiting
/hostap-3.7.0/src/ap/
Dhostapd.c482 wpa_msg(hapd->msg_ctx, MSG_INFO, WPA_EVENT_TERMINATING); in hostapd_cleanup()