Searched refs:wpa_ctrl_request (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_helpers.c46 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL) < 0) {
47 printf("wpa_command: wpa_ctrl_request failed\n");
72 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), resp, &len, NULL) < 0) {
73 printf("wpa_command: wpa_ctrl_request failed\n");
175 if (wpa_ctrl_request(ctrl, "STATUS-NO_EVENTS", 16, buf, &len,
H A Dwpa_ctrl.c445 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) {
450 if (wpa_ctrl_request(ctrl, "IFNAME", 6, buf, &len, NULL) == 0) {
482 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
590 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
722 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
H A Dwpa_ctrl.h468 * wpa_ctrl_request - Send a command to wpa_supplicant/hostapd
485 * messages may be received if wpa_ctrl_request() is called at the same time as
493 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
563 * receiving packets; instead, the library functions wpa_ctrl_request() and
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c201 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
735 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
1997 if (wpa_ctrl_request(ctrl, "PING", 4, buf, &len,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c242 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
1895 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
2385 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
4329 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL);
4363 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL);
4395 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL);
4427 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL);
4529 if (wpa_ctrl_request(ctrl, "PING", 4, buf, &len,
4632 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf, &len, NULL);

Completed in 137 milliseconds