fix spelling of Deauthentication
This commit is contained in:
parent
619c40d5be
commit
bca5c91ae1
@ -464,12 +464,12 @@ static void wifi_wlan_send_mgmt_deauthentication(struct wifi_wlan* wlan,
|
|||||||
if (wlan_sendframe(wlan, g_bufferIEEE80211, responselength,
|
if (wlan_sendframe(wlan, g_bufferIEEE80211, responselength,
|
||||||
wlan->device->currentfrequency.frequency,
|
wlan->device->currentfrequency.frequency,
|
||||||
0, 0, 0, 0)) {
|
0, 0, 0, 0)) {
|
||||||
log_printf(LOG_WARNING, "Unable to send IEEE802.11 Deuthentication "
|
log_printf(LOG_WARNING, "Unable to send IEEE802.11 Deauthentication "
|
||||||
"to " MACSTR " station", MAC2STR(station));
|
"to " MACSTR " station", MAC2STR(station));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
log_printf(LOG_INFO, "Sent IEEE802.11 Deuthentication to " MACSTR " station",
|
log_printf(LOG_INFO, "Sent IEEE802.11 Deauthentication to " MACSTR " station",
|
||||||
MAC2STR(station));
|
MAC2STR(station));
|
||||||
|
|
||||||
/* Forwards the station deauthentication also to AC */
|
/* Forwards the station deauthentication also to AC */
|
||||||
|
Loading…
Reference in New Issue
Block a user