Home
last modified time | relevance | path

Searched refs:wpa_ctrl_pending (Results 1 – 10 of 10) sorted by relevance

/hostap-latest/wpa_supplicant/
Dlibwpa_test.c22 if (wpa_ctrl_pending(ctrl)) { in main()
Dwpa_cli_zephyr.c128 while (wpa_ctrl_pending(ctrl) > 0) { in wpa_cli_recv_pending()
Dwpa_cli.c4631 while (wpa_ctrl_pending(ctrl) > 0) { in wpa_cli_recv_pending()
4655 if (wpa_ctrl_pending(ctrl) < 0) { in wpa_cli_recv_pending()
DChangeLog1646 * changed control interface API call wpa_ctrl_pending() to allow it to
/hostap-latest/wpaspy/
Dwpaspy.c112 switch (wpa_ctrl_pending(self->ctrl)) { in wpaspy_pending()
/hostap-latest/src/common/
Dwpa_ctrl.c671 int wpa_ctrl_pending(struct wpa_ctrl *ctrl) in wpa_ctrl_pending() function
795 int wpa_ctrl_pending(struct wpa_ctrl *ctrl) in wpa_ctrl_pending() function
Dwpa_ctrl.h647 int wpa_ctrl_pending(struct wpa_ctrl *ctrl);
/hostap-latest/hostapd/
Dhostapd_cli_zephyr.c252 while (wpa_ctrl_pending(ctrl) > 0) { in hostapd_cli_recv_pending()
Dhostapd_cli.c1995 while (wpa_ctrl_pending(ctrl)) { in hostapd_cli_recv_pending()
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp1057 while (monitor_conn && wpa_ctrl_pending(monitor_conn) > 0) { in receiveMsgs()