wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wnm_ap.h
Go to the documentation of this file.
1 
5 #ifndef WNM_AP_H
6 #define WNM_AP_H
7 
8 struct sta_info;
9 
10 int ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd,
11  const struct ieee80211_mgmt *mgmt, size_t len);
12 int wnm_send_disassoc_imminent(struct hostapd_data *hapd,
13  struct sta_info *sta, int disassoc_timer);
14 int wnm_send_ess_disassoc_imminent(struct hostapd_data *hapd,
15  struct sta_info *sta, const char *url,
16  int disassoc_timer);
17 int wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta,
18  u8 req_mode, int disassoc_timer, u8 valid_int,
19  const u8 *bss_term_dur, const char *url,
20  const u8 *nei_rep, size_t nei_rep_len);
21 
22 #endif /* WNM_AP_H */
Definition: sta_info.h:44
Definition: ieee802_11_defs.h:464
hostapd per-BSS data structure
Definition: hostapd.h:103