Home | History | Annotate | Line # | Download | only in wpa_supplicant
wnm_sta.h revision 1.1
      1  1.1  christos /*
      2  1.1  christos  * IEEE 802.11v WNM related functions and structures
      3  1.1  christos  * Copyright (c) 2011-2012, Qualcomm Atheros, Inc.
      4  1.1  christos  *
      5  1.1  christos  * This software may be distributed under the terms of the BSD license.
      6  1.1  christos  * See README for more details.
      7  1.1  christos  */
      8  1.1  christos 
      9  1.1  christos #ifndef WNM_STA_H
     10  1.1  christos #define WNM_STA_H
     11  1.1  christos 
     12  1.1  christos struct rx_action;
     13  1.1  christos struct wpa_supplicant;
     14  1.1  christos 
     15  1.1  christos int ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s,
     16  1.1  christos 				 u8 action, u16 intval, struct wpabuf *tfs_req);
     17  1.1  christos 
     18  1.1  christos void ieee802_11_rx_wnm_action(struct wpa_supplicant *wpa_s,
     19  1.1  christos 			      struct rx_action *action);
     20  1.1  christos 
     21  1.1  christos #endif /* WNM_STA_H */
     22