Fix documentation for wpa_supplicant_global_ctrl_iface_process()

This fixes a copy-paste error in the function name in
wpa_supplicant_global_ctrl_iface_process() documentation.

Signed-off-by: Purushottam Kushwaha <p.kushwaha@samsung.com>
This commit is contained in:
Purushottam Kushwaha 2014-02-25 15:55:53 +02:00 committed by Jouni Malinen
parent be32ace48b
commit 050d8b5cc7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ char * wpa_supplicant_ctrl_iface_process(struct wpa_supplicant *wpa_s,
char *buf, size_t *resp_len);
/**
* wpa_supplicant_ctrl_iface_process - Process global ctrl_iface command
* wpa_supplicant_global_ctrl_iface_process - Process global ctrl_iface command
* @global: Pointer to global data from wpa_supplicant_init()
* @buf: Received command buffer (nul terminated string)
* @resp_len: Variable to be set to the response length