Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dlibwpa_test.c27 wpa_ctrl_recv(ctrl, buf, &len); in main()
H A Dwpa_cli.c4622 if (wpa_ctrl_recv(ctrl, buf, &len) == 0) { in wpa_cli_recv_pending()
/freebsd/contrib/wpa/src/common/
H A Dwpa_helpers.c132 if (wpa_ctrl_recv(mon, buf, &len) < 0) { in get_wpa_cli_event2()
H A Dwpa_ctrl.h620 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len);
H A Dwpa_ctrl.c623 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv() function
749 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv() function
/freebsd/contrib/wpa/hostapd/
H A Dhostapd_cli.c1998 if (wpa_ctrl_recv(ctrl, buf, &len) == 0) { in hostapd_cli_recv_pending()