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:
parent
be32ace48b
commit
050d8b5cc7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ char * wpa_supplicant_ctrl_iface_process(struct wpa_supplicant *wpa_s,
|
||||||
char *buf, size_t *resp_len);
|
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()
|
* @global: Pointer to global data from wpa_supplicant_init()
|
||||||
* @buf: Received command buffer (nul terminated string)
|
* @buf: Received command buffer (nul terminated string)
|
||||||
* @resp_len: Variable to be set to the response length
|
* @resp_len: Variable to be set to the response length
|
||||||
|
|
Loading…
Reference in a new issue