/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.h | 217 * wpa_ctrl_request - Send a command to wpa_supplicant/hostapd 234 * messages may be received if wpa_ctrl_request() is called at the same time as 242 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, 311 * receiving packets; instead, the library functions wpa_ctrl_request() and
|
wpa_ctrl.c | 352 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) { 357 if (wpa_ctrl_request(ctrl, "IFNAME", 6, buf, &len, NULL) == 0) { 389 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function 494 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6, 626 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, function
|
/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/hostapd/ |
hostapd_cli.c | 184 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, 637 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, 1045 if (wpa_ctrl_request(ctrl, "PING", 4, buf, &len,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_cli.c | 416 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, [all...] |
/hardware/libhardware_legacy/wifi/ |
wifi.c | 653 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), reply, reply_len, NULL);
|