2012-02-26 16:25:55 +01:00
|
|
|
/*
|
|
|
|
* 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;
|
|
|
|
|
2012-12-16 18:16:17 +01:00
|
|
|
int ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd,
|
|
|
|
struct rx_action *action);
|
2012-02-26 16:25:55 +01:00
|
|
|
|
|
|
|
#endif /* WNM_AP_H */
|