blob: 3f9d88b714a91d83176be659cb003bad5aa150ef [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_STA_H
10#define WNM_STA_H
11
12struct rx_action;
13struct wpa_supplicant;
14
15int ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s,
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -080016 u8 action, u16 intval, struct wpabuf *tfs_req);
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070017
18void ieee802_11_rx_wnm_action(struct wpa_supplicant *wpa_s,
19 struct rx_action *action);
20
21#endif /* WNM_STA_H */