mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Fix CONFIG_AP=y build after driver_ops set_key merge
This commit is contained in:
parent
e90bba4c59
commit
331c12086f
@ -262,7 +262,7 @@ struct wpa_driver_ops ap_driver_ops =
|
||||
.hapd_init = ap_driver_init,
|
||||
.hapd_deinit = ap_driver_deinit,
|
||||
.send_ether = ap_driver_send_ether,
|
||||
.hapd_set_key = ap_driver_set_key,
|
||||
.set_key = ap_driver_set_key,
|
||||
.get_seqnum = ap_driver_get_seqnum,
|
||||
.flush = ap_driver_flush,
|
||||
.read_sta_data = ap_driver_read_sta_data,
|
||||
|
Loading…
Reference in New Issue
Block a user