Select one of the symbols to view example projects that use it.
 
Outline
#define WNM_STA_H
measurement_pilot
multiple_bssid
neighbor_report
ieee802_11_send_wnmsleep_req(struct wpa_supplicant *, u8, u16, struct wpabuf *);
ieee802_11_rx_wnm_action(struct wpa_supplicant *, u8 *, u8 *, size_t);
wpas_mbo_ie_trans_req(struct wpa_supplicant *, const u8 *, size_t);
wpas_mbo_ie_bss_trans_reject(struct wpa_supplicant *, u8 *, size_t, enum mbo_transition_reject_reason);
wnm_send_bss_transition_mgmt_query(struct wpa_supplicant *, u8, const char *, int);
wnm_deallocate_memory(struct wpa_supplicant *);
wnm_scan_process(struct wpa_supplicant *, int);
wnm_bss_tm_connect(struct wpa_supplicant *, struct wpa_bss *, char *, int);
wpa_is_bss_tmp_disallowed(struct wpa_supplicant *, struct wpa_bss *);
Files
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
esp_supplicant
include
port
src
ap
common
crypto
drivers
eap_common
eap_peer
eap_server
eapol_auth
rsn_supp
tls
utils
wps
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/wpa_supplicant/src/common/wnm_sta.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * IEEE 802.11v WNM related functions and structures * Copyright (c) 2011-2012, Qualcomm Atheros, Inc. * * This software may be distributed under the terms of the BSD license. * See README for more details. *//* ... */ #ifndef WNM_STA_H #define WNM_STA_H struct measurement_pilot { u8 measurement_pilot; u8 subelem_len; u8 subelems[255]; }{ ... }; struct multiple_bssid { u8 max_bssid_indicator; u8 subelem_len; u8 subelems[255]; }{ ... }; struct neighbor_report { u8 bssid[ETH_ALEN]; u32 bssid_info; u8 regulatory_class; u8 channel_number; u8 phy_type; u8 preference; /* valid if preference_present=1 */ u16 tsf_offset; /* valid if tsf_present=1 */ u16 beacon_int; /* valid if tsf_present=1 */ char country[2]; /* valid if country_present=1 */ u8 rm_capab[5]; /* valid if rm_capab_present=1 */ u16 bearing; /* valid if bearing_present=1 */ u16 rel_height; /* valid if bearing_present=1 */ u32 distance; /* valid if bearing_present=1 */ u64 bss_term_tsf; /* valid if bss_term_present=1 */ u16 bss_term_dur; /* valid if bss_term_present=1 */ unsigned int preference_present:1; unsigned int tsf_present:1; unsigned int country_present:1; unsigned int rm_capab_present:1; unsigned int bearing_present:1; unsigned int bss_term_present:1; unsigned int acceptable:1; #ifdef CONFIG_MBO unsigned int is_first:1; #endif /* CONFIG_MBO */ struct measurement_pilot *meas_pilot; struct multiple_bssid *mul_bssid; int freq; }{ ... }; int ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s, u8 action, u16 intval, struct wpabuf *tfs_req); void ieee802_11_rx_wnm_action(struct wpa_supplicant *wpa_s, u8 *sender, u8 *payload, size_t len); void wpas_mbo_ie_trans_req(struct wpa_supplicant *wpa_s, const u8 *ie, size_t len); size_t wpas_mbo_ie_bss_trans_reject(struct wpa_supplicant *wpa_s, u8 *pos, size_t len, enum mbo_transition_reject_reason reason); int wnm_send_bss_transition_mgmt_query(struct wpa_supplicant *wpa_s, u8 query_reason, const char *btm_candidates, int cand_list); void wnm_deallocate_memory(struct wpa_supplicant *wpa_s); int wnm_scan_process(struct wpa_supplicant *wpa_s, int reply_on_fail); void wnm_bss_tm_connect(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, char *ssid, int after_new_scan); int wpa_is_bss_tmp_disallowed(struct wpa_supplicant *wpa_s, struct wpa_bss *bss); /* ... */ #endif /* WNM_STA_H */
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.