mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
nl80211: Fix a typo
This commit is contained in:
parent
2ac9688eb8
commit
3adca61c9c
@ -4257,7 +4257,7 @@ static void *i802_init(struct hostapd_data *hapd,
|
||||
goto failed;
|
||||
|
||||
if (params->bssid) {
|
||||
if (linux_set_ifhwaddr(drv->ioctl-sock, drv->ifname,
|
||||
if (linux_set_ifhwaddr(drv->ioctl_sock, drv->ifname,
|
||||
params->bssid))
|
||||
goto failed;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user