Searched refs:WPA_EVENT_DISCONNECTED (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/common/ |
D | wpa_ctrl.h | 30 #define WPA_EVENT_DISCONNECTED "CTRL-EVENT-DISCONNECTED " macro
|
/hostap-latest/wpa_supplicant/ |
D | sme.c | 2132 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_DISCONNECTED "bssid=" in sme_event_auth() 2157 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_DISCONNECTED "bssid=" in sme_event_auth() 2172 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_DISCONNECTED "bssid=" in sme_event_auth() 2191 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_DISCONNECTED "bssid=" MACSTR in sme_event_auth()
|
D | ap.c | 1208 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_DISCONNECTED "bssid=" MACSTR in wpa_supplicant_ap_deinit()
|
D | wpa_cli.c | 4390 } else if (str_starts(pos, WPA_EVENT_DISCONNECTED)) { in wpa_cli_action_process()
|
D | events.c | 4576 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_DISCONNECTED "bssid=" MACSTR in wpa_supplicant_event_disassoc()
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 979 else if (str_match(pos, WPA_EVENT_DISCONNECTED)) in processMsg()
|
/hostap-latest/doc/ |
D | ctrl_iface.doxygen | 716 WPA_EVENT_DISCONNECTED: Disconnected, data connection is not available
|