Fixed a copy-paste error in a function documentation
This commit is contained in:
parent
4853d5ac84
commit
073ab58ff5
1 changed files with 1 additions and 1 deletions
|
@ -1252,7 +1252,7 @@ void wpa_supplicant_disassociate(struct wpa_supplicant *wpa_s,
|
|||
* @wpa_s: Pointer to wpa_supplicant data
|
||||
* @reason_code: IEEE 802.11 reason code for the deauthenticate frame
|
||||
*
|
||||
* This function is used to request %wpa_supplicant to disassociate with the
|
||||
* This function is used to request %wpa_supplicant to deauthenticate from the
|
||||
* current AP.
|
||||
*/
|
||||
void wpa_supplicant_deauthenticate(struct wpa_supplicant *wpa_s,
|
||||
|
|
Loading…
Reference in a new issue