blob: f05726ee74d172a1d8f34ef218443dbeb642f9ed [file] [log] [blame]
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001/*
2 * IEEE 802.11v WNM related functions and structures
3 * Copyright (c) 2011-2012, Qualcomm Atheros, Inc.
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8
9#ifndef WNM_AP_H
10#define WNM_AP_H
11
12struct rx_action;
13
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -080014int ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd,
15 struct rx_action *action);
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070016
17#endif /* WNM_AP_H */