ESP-IDF
+
0
/4 examples
SourceVu will show references to
wifi_event_sta_connected_t
from the following samples and libraries:
blufi sample
internal_communication sample
ip_internal_network sample
ftm sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wifi_event_sta_connected_t
wifi_event_sta_connected_t struct
Argument structure for WIFI_EVENT_STA_CONNECTED event
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:1045
typedef
struct
{
uint8_t
ssid
[
32
]
;
uint8_t
ssid_len
;
uint8_t
bssid
[
6
]
;
uint8_t
channel
;
wifi_auth_mode_t
authmode
;
uint16_t
aid
;
}
wifi_event_sta_connected_t
;
Fields
Field
Declared as
Description
wifi_event_sta_connected_t::ssid
uint8_t
[
32
]
SSID of connected AP.
wifi_event_sta_connected_t::ssid_len
uint8_t
SSID length of connected AP.
wifi_event_sta_connected_t::bssid
uint8_t
[
6
]
BSSID of connected AP.
wifi_event_sta_connected_t::channel
uint8_t
Channel of connected AP.
wifi_event_sta_connected_t::authmode
wifi_auth_mode_t
Authentication mode used by AP.
wifi_event_sta_connected_t::aid
uint16_t
Authentication id assigned by the connected AP.
Examples
wifi_event_sta_connected_t
is referenced by 4 libraries and example projects:
blufi sample
internal_communication sample
ip_internal_network sample
ftm sample
References
from
0/4
examples
Code
Location
Scope
Referrer
typedef
wifi_event_sta_connected_t
mesh_event_router_switch_t
;
esp_mesh.h:420
typedef
struct
{
esp_wifi_types_generic.h:1045
}
wifi_event_sta_connected_t
;
esp_wifi_types_generic.h:1052
wifi_event_sta_connected_t
connected
;
/**< parent information, same as Wi-Fi event SYSTEM_EVENT_STA_CONNECTED does */
esp_mesh.h:307
mesh_event_connected_t
mesh_event_connected_t::connected
typedef
wifi_event_sta_connected_t
mesh_event_router_switch_t
;
esp_mesh.h:420
mesh_event_router_switch_t
mesh_event_router_switch_t
router_switch
;
/**< new router information */
esp_mesh.h:454
mesh_event_info_t
mesh_event_info_t::router_switch
}
wifi_event_sta_connected_t
;
esp_wifi_types_generic.h:1052
wifi_event_sta_connected_t
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
All items filtered out
All items filtered out
Class Tree
from
0/4
examples
All items filtered out
All items filtered out
Override Tree
from
0/4
examples
All items filtered out
All items filtered out
Implementations
from
0/4
examples
All items filtered out
All items filtered out
Instances
from
0/4
examples
Instance
Scope
Location
Project
mesh_event_connected_t::connected
mesh_event_connected_t
esp_mesh.h:307
mesh_event_info_t::router_switch
mesh_event_info_t
esp_mesh.h:454
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out