ESP-IDF
WLAN_STATUS_SUCCESS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
WLAN_STATUS_SUCCESS
WLAN_STATUS_SUCCESS macro
Syntax
Show:
Summary
Declaration
from
ieee802_11_defs.h:98
#define
WLAN_STATUS_SUCCESS
0
Examples
References
from
examples
Code
Location
#define
WLAN_STATUS_SUCCESS
0
ieee802_11_defs.h:98
int
res
=
WLAN_STATUS_SUCCESS
;
esp_hostap.c:311
int
status
=
WLAN_STATUS_SUCCESS
;
esp_hostap.c:367
if
(
esp_send_assoc_resp
(
hapd
,
bssid
,
status
,
omit_rsnxe
,
subtype
)
!=
WLAN_STATUS_SUCCESS
)
{
esp_hostap.c:404
if
(
status
!=
WLAN_STATUS_SUCCESS
)
{
esp_hostap.c:408
if
(
ret
!=
WLAN_STATUS_SUCCESS
&&
esp_wpa3.c:493
int
ret
=
WLAN_STATUS_SUCCESS
;
esp_wpa3.c:510
if
(
ret
==
WLAN_STATUS_SUCCESS
)
{
esp_wpa3.c:528
WLAN_STATUS_SUCCESS
,
wpabuf_head
(
sta
->
sae_data
)
,
wpabuf_len
(
sta
->
sae_data
)
)
!=
ESP_OK
)
{
esp_wpa3.c:530
if
(
ret
!=
WLAN_STATUS_SUCCESS
)
{
esp_wpa3.c:540
if
(
esp_send_assoc_resp
(
hapd
,
sta_info
->
addr
,
WLAN_STATUS_SUCCESS
,
true
,
subtype
)
!=
WLAN_STATUS_SUCCESS
)
{
esp_wpa_main.c:347
if
(
esp_send_assoc_resp
(
hapd
,
bssid
,
WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY
,
rsnxe
?
false
:
true
,
subtype
)
!=
WLAN_STATUS_SUCCESS
)
{
esp_wpa_main.c:372
if
(
esp_send_assoc_resp
(
hapd
,
bssid
,
WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY
,
rsnxe
?
false
:
true
,
subtype
)
!=
WLAN_STATUS_SUCCESS
)
{
esp_wpa_main.c:401
else
if
(
status_code
==
WLAN_STATUS_SUCCESS
)
ieee802_11.c:72
status
=
WLAN_STATUS_SUCCESS
;
ieee802_11.c:150
int
ret
=
WLAN_STATUS_SUCCESS
;
ieee802_11.c:260
WLAN_STATUS_SUCCESS
,
0
,
sta_removed
)
;
ieee802_11.c:327
return
WLAN_STATUS_SUCCESS
;
ieee802_11.c:333
return
WLAN_STATUS_SUCCESS
;
ieee802_11.c:375
return
WLAN_STATUS_SUCCESS
;
ieee802_11.c:391
status_code
==
WLAN_STATUS_SUCCESS
)
||
ieee802_11.c:401
(
status_code
==
WLAN_STATUS_SUCCESS
||
ieee802_11.c:405
int
resp
=
WLAN_STATUS_SUCCESS
;
ieee802_11.c:473
WLAN_STATUS_SUCCESS
)
{
ieee802_11.c:522
resp
=
WLAN_STATUS_SUCCESS
;
ieee802_11.c:541
if
(
resp
!=
WLAN_STATUS_SUCCESS
)
{
ieee802_11.c:567
if
(
status
!=
WLAN_STATUS_SUCCESS
)
{
ieee802_11.c:601
if
(
status
!=
WLAN_STATUS_SUCCESS
)
{
ieee802_11.c:644
if
(
!
sta_removed
&&
resp
!=
WLAN_STATUS_SUCCESS
)
{
ieee802_11.c:650
return
WLAN_STATUS_SUCCESS
;
ieee802_11.c:744
return
WLAN_STATUS_SUCCESS
;
sae.c:1744
return
WLAN_STATUS_SUCCESS
;
sae.c:1884
return
WLAN_STATUS_SUCCESS
;
sae.c:1933
return
WLAN_STATUS_SUCCESS
;
sae.c:1983
return
WLAN_STATUS_SUCCESS
;
/* No Password Identifier */
sae.c:2013
return
WLAN_STATUS_SUCCESS
;
sae.c:2040
return
WLAN_STATUS_SUCCESS
;
sae.c:2055
return
WLAN_STATUS_SUCCESS
;
sae.c:2080
return
WLAN_STATUS_SUCCESS
;
sae.c:2093
return
WLAN_STATUS_SUCCESS
;
sae.c:2109
if
(
res
!=
WLAN_STATUS_SUCCESS
)
sae.c:2124
if
(
res
!=
WLAN_STATUS_SUCCESS
)
sae.c:2133
if
(
res
!=
WLAN_STATUS_SUCCESS
)
sae.c:2138
if
(
res
!=
WLAN_STATUS_SUCCESS
)
sae.c:2143
if
(
res
!=
WLAN_STATUS_SUCCESS
)
sae.c:2149
if
(
res
!=
WLAN_STATUS_SUCCESS
)
sae.c:2163
return
WLAN_STATUS_SUCCESS
;
/* scalars/elements are different */
sae.c:2199
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out