wpa_supplicant / hostapd
2.5
|
wpa_supplicant - WNM More...
#include "utils/includes.h"
#include "utils/common.h"
#include "common/ieee802_11_defs.h"
#include "common/ieee802_11_common.h"
#include "common/wpa_ctrl.h"
#include "rsn_supp/wpa.h"
#include "wpa_supplicant_i.h"
#include "driver_i.h"
#include "scan.h"
#include "ctrl_iface.h"
#include "bss.h"
#include "wnm_sta.h"
#include "hs20_supplicant.h"
Macros | |
#define | MAX_TFS_IE_LEN 1024 |
#define | WNM_MAX_NEIGHBOR_REPORT 10 |
Functions | |
int | ieee802_11_send_wnmsleep_req (struct wpa_supplicant *wpa_s, u8 action, u16 intval, struct wpabuf *tfs_req) |
void | wnm_deallocate_memory (struct wpa_supplicant *wpa_s) |
int | wnm_scan_process (struct wpa_supplicant *wpa_s, int reply_on_fail) |
int | wnm_send_bss_transition_mgmt_query (struct wpa_supplicant *wpa_s, u8 query_reason) |
void | ieee802_11_rx_wnm_action (struct wpa_supplicant *wpa_s, const struct ieee80211_mgmt *mgmt, size_t len) |
wpa_supplicant - WNM