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

  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_wpa.c 134 ret = wpa_ctrl_request(pIpcWpa->pWpaCtrl, (char*)cmd, os_strlen(cmd), (char*)Resp, (size_t*)&RespLen, NULL);
164 ret = wpa_ctrl_request(pIpcWpa->pWpaCtrl, (char*)cmd, os_strlen(cmd), (char*)pResp, (size_t*)pRespLen, NULL);
  /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_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 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 311 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf,
403 if (wpa_ctrl_request(ctrl_conn, "INTERFACES", 10, buf, &len, NULL) >=
421 if (wpa_ctrl_request(ctrl_conn, "GET_CAPABILITY eap", 18, buf, &len,
443 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen, NULL);
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 333 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) {
338 if (wpa_ctrl_request(ctrl, "IFNAME", 6, buf, &len, NULL) == 0) {
370 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
475 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6,
607 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
wpa_ctrl.h 201 * wpa_ctrl_request - Send a command to wpa_supplicant/hostapd
218 * messages may be received if wpa_ctrl_request() is called at the same time as
226 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
295 * receiving packets; instead, the library functions wpa_ctrl_request() and
  /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/hostapd/
hostapd_cli.c 186 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
623 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
1031 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...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 438 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
    [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 697 ret = wpa_ctrl_request(ctrl_conn[index], cmd, strlen(cmd), reply, reply_len, NULL);

Completed in 461 milliseconds