wpa_supplicant / hostapd
2.5
|
hostapd - WNM More...
#include "utils/includes.h"
#include "utils/common.h"
#include "utils/eloop.h"
#include "common/ieee802_11_defs.h"
#include "common/wpa_ctrl.h"
#include "ap/hostapd.h"
#include "ap/sta_info.h"
#include "ap/ap_config.h"
#include "ap/ap_drv_ops.h"
#include "ap/wpa_auth.h"
#include "wnm_ap.h"
Macros | |
#define | MAX_TFS_IE_LEN 1024 |
#define | MAX_GTK_SUBELEM_LEN 45 |
#define | MAX_IGTK_SUBELEM_LEN 26 |
Functions | |
int | ieee802_11_rx_wnm_action_ap (struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len) |
int | wnm_send_disassoc_imminent (struct hostapd_data *hapd, struct sta_info *sta, int disassoc_timer) |
int | wnm_send_ess_disassoc_imminent (struct hostapd_data *hapd, struct sta_info *sta, const char *url, int disassoc_timer) |
int | wnm_send_bss_tm_req (struct hostapd_data *hapd, struct sta_info *sta, u8 req_mode, int disassoc_timer, u8 valid_int, const u8 *bss_term_dur, const char *url, const u8 *nei_rep, size_t nei_rep_len) |
hostapd - WNM