mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 09:18:24 -05:00
d32d94dbf4
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
18 lines
388 B
C
18 lines
388 B
C
/*
|
|
* IEEE 802.11v WNM related functions and structures
|
|
* Copyright (c) 2011-2012, Qualcomm Atheros, Inc.
|
|
*
|
|
* This software may be distributed under the terms of the BSD license.
|
|
* See README for more details.
|
|
*/
|
|
|
|
#ifndef WNM_AP_H
|
|
#define WNM_AP_H
|
|
|
|
struct rx_action;
|
|
|
|
void ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd,
|
|
struct rx_action *action);
|
|
|
|
#endif /* WNM_AP_H */
|