Replace hostapd_michael_mic_failure() with generic driver event
This commit is contained in:
parent
ac7043f265
commit
1cd973d501
6 changed files with 24 additions and 12 deletions
|
@ -1969,7 +1969,6 @@ void hostapd_mgmt_rx(struct hostapd_data *hapd, u8 *buf, size_t len,
|
|||
u16 stype, struct hostapd_frame_info *fi);
|
||||
void hostapd_mgmt_tx_cb(struct hostapd_data *hapd, u8 *buf, size_t len,
|
||||
u16 stype, int ok);
|
||||
void hostapd_michael_mic_failure(struct hostapd_data *hapd, const u8 *addr);
|
||||
struct hostapd_data * hostapd_sta_get_bss(struct hostapd_data *hapd,
|
||||
const u8 *addr);
|
||||
void hostapd_probe_req_rx(struct hostapd_data *hapd, const u8 *sa,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue