Searched refs:wpa_ctrl_recv (Results 1 – 10 of 10) sorted by relevance
| /hostap-latest/wpa_supplicant/ |
| D | libwpa_test.c | 27 wpa_ctrl_recv(ctrl, buf, &len); in main()
|
| D | wpa_cli_zephyr.c | 133 if (wpa_ctrl_recv(ctrl, buf, &hlen) == 0 && in wpa_cli_recv_pending() 141 if (wpa_ctrl_recv(ctrl, buf + sizeof(int), &plen) == 0) { in wpa_cli_recv_pending()
|
| D | wpa_cli.c | 4634 if (wpa_ctrl_recv(ctrl, buf, &len) == 0) { in wpa_cli_recv_pending()
|
| /hostap-latest/hostapd/ |
| D | hostapd_cli_zephyr.c | 257 if (wpa_ctrl_recv(ctrl, buf, &hlen) == 0 && in hostapd_cli_recv_pending() 265 if (wpa_ctrl_recv(ctrl, buf + sizeof(int), &plen) == 0) { in hostapd_cli_recv_pending()
|
| D | hostapd_cli.c | 1998 if (wpa_ctrl_recv(ctrl, buf, &len) == 0) { in hostapd_cli_recv_pending()
|
| /hostap-latest/wpaspy/ |
| D | wpaspy.c | 134 ret = wpa_ctrl_recv(self->ctrl, buf, &buflen); in wpaspy_recv()
|
| /hostap-latest/src/common/ |
| D | wpa_ctrl.c | 659 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv() function 785 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv() function
|
| D | wpa_ctrl.h | 634 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len);
|
| D | wpa_helpers.c | 132 if (wpa_ctrl_recv(mon, buf, &len) < 0) { in get_wpa_cli_event2()
|
| /hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
| D | wpagui.cpp | 1059 if (wpa_ctrl_recv(monitor_conn, buf, &len) == 0) { in receiveMsgs()
|