/hostap-latest/doc/ |
D | hostapd_ctrl_iface.doxygen | 26 \ref wpa_ctrl_request(). 31 hostapd. These can be executed using \ref wpa_ctrl_request(). 41 \ref wpa_ctrl_request() caller will need to supply a callback, msg_cb, 58 Following commands can be used with \ref wpa_ctrl_request():
|
D | ctrl_iface.doxygen | 27 \ref wpa_ctrl_request(). 32 wpa_supplicant. These can be executed using \ref wpa_ctrl_request(). 42 \ref wpa_ctrl_request() caller will need to supply a callback, msg_cb, 59 Following commands can be used with \ref wpa_ctrl_request():
|
/hostap-latest/src/common/ |
D | wpa_helpers.c | 46 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()
|
D | wpa_ctrl.c | 452 if (wpa_ctrl_request(ctrl, "GET_COOKIE", 10, buf, &len, NULL) == 0) { in wpa_ctrl_open() 457 if (wpa_ctrl_request(ctrl, "IFNAME", 6, buf, &len, NULL) == 0) { in wpa_ctrl_open() 489 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request() function 635 ret = wpa_ctrl_request(ctrl, attach ? "ATTACH" : "DETACH", 6, in wpa_ctrl_attach_helper() 767 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request() function
|
D | wpa_ctrl.h | 590 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | addinterface.cpp | 69 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()
|
D | wpagui.cpp | 327 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf, in openCtrlConnection() 419 if (wpa_ctrl_request(ctrl_conn, "INTERFACES", 10, buf, &len, NULL) >= in openCtrlConnection() 437 if (wpa_ctrl_request(ctrl_conn, "GET_CAPABILITY eap", 18, buf, &len, in openCtrlConnection() 459 ret = wpa_ctrl_request(ctrl_conn, cmd, strlen(cmd), buf, buflen, NULL); in ctrlRequest()
|
/hostap-latest/wpaspy/ |
D | wpaspy.c | 62 ret = wpa_ctrl_request(self->ctrl, cmd, strlen(cmd), buf, &buflen, in wpaspy_request()
|
/hostap-latest/wpa_supplicant/ |
D | wpa_cli.c | 249 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, in _wpa_ctrl_command() 2014 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, in wpa_ctrl_command_sta() 2488 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, in wpa_ctrl_command_p2p_peer() 3230 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, in wpa_ctrl_command_bss() 4757 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL); in update_bssid_list() 4791 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL); in update_ifnames() 4823 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL); in update_creds() 4855 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, NULL); in update_networks() 4957 if (wpa_ctrl_request(ctrl, "PING", 4, buf, &len, in wpa_cli_action_ping() 5065 ret = wpa_ctrl_request(ctrl, "INTERFACES", 10, buf, &len, NULL); in wpa_cli_get_default_ifname()
|
D | wpa_cli_zephyr.c | 62 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, wpa_cli_msg_cb); in _wpa_ctrl_command()
|
D | wpa_cli_cmds.c | 503 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, in wpa_ctrl_command_sta() 2128 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, in wpa_ctrl_command_p2p_peer() 2823 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, in wpa_ctrl_command_bss()
|
/hostap-latest/hostapd/ |
D | hostapd_cli_zephyr.c | 180 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len, hostapd_cli_msg_cb); in _wpa_ctrl_command()
|
D | hostapd_cli.c | 204 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, in _wpa_ctrl_command() 749 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, in wpa_ctrl_command_sta() 2174 if (wpa_ctrl_request(ctrl, "PING", 4, buf, &len, in hostapd_cli_action_ping()
|
D | hostapd_cli_cmds.c | 637 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, in wpa_ctrl_command_sta()
|