ESP-IDF
wifi_event_ndp_confirm_t::ndp_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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_ndp_confirm_t::ndp_id
wifi_event_ndp_confirm_t::ndp_id field
NDP instance id
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:1295
uint8_t
ndp_id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ndp_id
;
/**< NDP instance id */
esp_wifi_types_generic.h:1295
if
(
(
ndl
=
nan_find_ndl
(
evt
->
ndp_id
,
evt
->
peer_nmi
)
)
==
NULL
)
{
nan_app.c:399
nan_fill_params_from_event()
ESP_LOGE
(
TAG
,
"No NDL with ndp id %d"
,
evt
->
ndp_id
)
;
nan_app.c:400
nan_fill_params_from_event()
if
(
nan_find_ndl
(
evt
->
ndp_id
,
NULL
)
==
NULL
)
{
nan_app.c:537
nan_app_action_ndp_confirm()
ESP_LOGE
(
TAG
,
"NDP request to Peer "
MACSTR
" rejected [NDP ID - %d]"
,
MAC2STR
(
evt
->
peer_nmi
)
,
evt
->
ndp_id
)
;
nan_app.c:542
nan_app_action_ndp_confirm()
nan_reset_ndl
(
evt
->
ndp_id
,
false
)
;
nan_app.c:543
nan_app_action_ndp_confirm()
MAC2STR
(
evt
->
peer_nmi
)
,
evt
->
ndp_id
,
inet6_ntoa
(
*
ip_2_ip6
(
&
target_addr
)
)
)
;
nan_app.c:563
nan_app_action_ndp_confirm()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wifi_event_ndp_confirm_t::ndp_id
is read by 2 functions:
All items filtered out
wifi_event_ndp_confirm_t::ndp_id
nan_fill_params_from_event()
nan_app_action_ndp_confirm()
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