mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
driver_osx: Update set_key arguments to fix build
This commit is contained in:
parent
7b1080dadd
commit
f8130b07bb
@ -303,7 +303,8 @@ static int wpa_driver_osx_associate(void *priv,
|
||||
}
|
||||
|
||||
|
||||
static int wpa_driver_osx_set_key(const char *ifname, void *priv, wpa_alg alg, const u8 *addr,
|
||||
static int wpa_driver_osx_set_key(const char *ifname, void *priv,
|
||||
enum wpa_alg alg, const u8 *addr,
|
||||
int key_idx, int set_tx, const u8 *seq,
|
||||
size_t seq_len, const u8 *key,
|
||||
size_t key_len)
|
||||
|
Loading…
Reference in New Issue
Block a user