Home
last modified time | relevance | path

Searched refs:wpa_ctrl_request (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dwpa_helpers.c46 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL) < 0) { in wpa_command()
72 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), resp, &len, NULL) < 0) { in wpa_command_resp()
175 if (wpa_ctrl_request(ctrl, "STATUS-NO_EVENTS", 16, buf, &len, in get_wpa_status()
Dwpa_ctrl.c449 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) { in wpa_ctrl_open()
454 if (wpa_ctrl_request(ctrl, "IFNAME", 6, buf, &len, NULL) == 0) { in wpa_ctrl_open()
486 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request() function
594 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6, in wpa_ctrl_attach_helper()
726 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request() function
Dwpa_ctrl.h490 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp69 ret = wpa_ctrl_request(ctrl, "INTERFACE_LIST", 14, buf, &len, NULL); in addInterfaces()
210 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL); in interfaceSelected()
Dwpagui.cpp325 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf, in openCtrlConnection()
417 if (wpa_ctrl_request(ctrl_conn, "INTERFACES", 10, buf, &len, NULL) >= in openCtrlConnection()
435 if (wpa_ctrl_request(ctrl_conn, "GET_CAPABILITY eap", 18, buf, &len, in openCtrlConnection()
457 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen, NULL); in ctrlRequest()
/external/wpa_supplicant_8/wpa_supplicant/wpa_client_include/libwpa_client/
Dwpa_ctrl.h490 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c242 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, in _wpa_ctrl_command()
1895 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, in wpa_ctrl_command_sta()
2378 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, in wpa_ctrl_command_p2p_peer()
4301 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL); in update_bssid_list()
4335 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL); in update_ifnames()
4367 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL); in update_creds()
4399 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL); in update_networks()
4501 if (wpa_ctrl_request(ctrl, "PING", 4, buf, &len, in wpa_cli_action_ping()
4604 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf, &len, NULL); in wpa_cli_get_default_ifname()
/external/wpa_supplicant_8/hostapd/
Dhostapd_cli.c201 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, in _wpa_ctrl_command()
735 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, in wpa_ctrl_command_sta()
1988 if (wpa_ctrl_request(ctrl, "PING", 4, buf, &len, in hostapd_cli_action()