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

  /external/wpa_supplicant/
wpa_ctrl.h 83 * wpa_ctrl_request - Send a command to wpa_supplicant/hostapd
100 * messages may be received if wpa_ctrl_request() is called at the same time as
108 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
177 * receiving packets; instead, the library functions wpa_ctrl_request() and
wpa_ctrl.c 240 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) {
260 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
343 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
471 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
wpa_cli.c 253 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.h 110 * wpa_ctrl_request - Send a command to wpa_supplicant/hostapd
127 * messages may be received if wpa_ctrl_request() is called at the same time as
135 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
204 * receiving packets; instead, the library functions wpa_ctrl_request() and
wpa_ctrl.c 268 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) {
288 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
373 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
505 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 222 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) {
242 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
323 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
455 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
wpa_ctrl.h 171 * wpa_ctrl_request - Send a command to wpa_supplicant/hostapd
188 * messages may be received if wpa_ctrl_request() is called at the same time as
196 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
265 * receiving packets; instead, the library functions wpa_ctrl_request() and
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 75 ret = wpa_ctrl_request(ctrl, "INTERFACE_LIST", 14, buf, &len, NULL);
216 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL);
wpagui.cpp 313 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf,
404 if (wpa_ctrl_request(ctrl_conn, "INTERFACES", 10, buf, &len, NULL) >=
422 if (wpa_ctrl_request(ctrl_conn, "GET_CAPABILITY eap", 18, buf, &len,
452 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 75 ret = wpa_ctrl_request(ctrl, "INTERFACE_LIST", 14, buf, &len, NULL);
216 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL);
wpagui.cpp 321 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf,
413 if (wpa_ctrl_request(ctrl_conn, "INTERFACES", 10, buf, &len, NULL) >=
431 if (wpa_ctrl_request(ctrl_conn, "GET_CAPABILITY eap", 18, buf, &len,
453 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen, NULL);
    [all...]
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 164 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf, &len, NULL);
239 if (wpa_ctrl_request(ctrl_conn, "INTERFACES", 10, buf, &len, NULL) >= 0) {
272 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen,
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 204 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf,
280 if (wpa_ctrl_request(ctrl_conn, "INTERFACES", 10, buf, &len, NULL) >=
315 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen,
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 164 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf, &len, NULL);
239 if (wpa_ctrl_request(ctrl_conn, "INTERFACES", 10, buf, &len, NULL) >= 0) {
272 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen,
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
wpagui.ui.h 164 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf, &len, NULL);
239 if (wpa_ctrl_request(ctrl_conn, "INTERFACES", 10, buf, &len, NULL) >= 0) {
272 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen,
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 195 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
534 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
916 if (wpa_ctrl_request(ctrl, "PING", 4, buf, &len,
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 212 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
    [all...]
  /system/core/nexus/
Supplicant.cpp 127 if ((rc = wpa_ctrl_request(mCtrl, cmd, strlen(cmd), reply, reply_len, NULL)) == -2) {
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 262 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
    [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 636 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), reply, reply_len, NULL);

Completed in 2258 milliseconds