Home
last modified time | relevance | path

Searched refs:AP_STA_DISCONNECTED (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/common/
Dwpa_ctrl.h361 #define AP_STA_DISCONNECTED "AP-STA-DISCONNECTED " macro
/hostap-latest/src/ap/
Dsta_info.c1583 wpa_msg(hapd->msg_ctx, MSG_INFO, AP_STA_DISCONNECTED "%s", buf); in ap_sta_set_authorized_event()
1588 AP_STA_DISCONNECTED "%s", buf); in ap_sta_set_authorized_event()
/hostap-latest/hostapd/
Dhostapd_cli.c1979 if (str_starts(start, AP_STA_DISCONNECTED)) { in cli_event()
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp877 if (text.startsWith(AP_STA_DISCONNECTED)) { in event_notify()
/hostap-latest/doc/
Dctrl_iface.doxygen893 AP_STA_DISCONNECTED: A station disassociated (AP mode event)
/hostap-latest/wpa_supplicant/
Dwpa_cli.c4437 } else if (str_starts(pos, AP_STA_DISCONNECTED)) { in wpa_cli_action_process()