HomeSort by relevance Sort by last modified time
    Searched refs:wpa_ctrl_request (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/common/
wpa_helpers.c 46 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,
wpa_ctrl.c 431 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) {
436 if (wpa_ctrl_request(ctrl, "IFNAME", 6, buf, &len, NULL) == 0) {
468 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
575 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
707 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
wpa_ctrl.h 365 * wpa_ctrl_request - Send a command to wpa_supplicant/hostapd
382 * messages may be received if wpa_ctrl_request() is called at the same time as
390 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
460 * receiving packets; instead, the library functions wpa_ctrl_request() and
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 69 ret = wpa_ctrl_request(ctrl, "INTERFACE_LIST", 14, buf, &len, NULL);
210 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL);
wpagui.cpp 325 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf,
417 if (wpa_ctrl_request(ctrl_conn, "INTERFACES", 10, buf, &len, NULL) >=
435 if (wpa_ctrl_request(ctrl_conn, "GET_CAPABILITY eap", 18, buf, &len,
457 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen, NULL);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 436 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
    [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 57 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
617 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), reply, reply_len, NULL);
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 203 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
736 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
    [all...]

Completed in 400 milliseconds