HomeSort by relevance Sort by last modified time
    Searched refs:wpa_ctrl_request (Results 1 - 7 of 7) 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 449 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) {
454 if (wpa_ctrl_request(ctrl, "IFNAME", 6, buf, &len, NULL) == 0) {
486 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
593 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
725 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
wpa_ctrl.h 397 * wpa_ctrl_request - Send a command to wpa_supplicant/hostapd
414 * messages may be received if wpa_ctrl_request() is called at the same time as
422 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
492 * 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 238 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 201 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
735 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
    [all...]

Completed in 89 milliseconds