ESP-IDF
wpa_supplicant::rrm
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
wpa_supplicant::rrm
wpa_supplicant::rrm field
Syntax
Show:
Summary
Declaration
from
wpa_supplicant_i.h:148
struct
rrm_data
rrm
;
Examples
References
from
examples
Code
Location
Referrer
struct
rrm_data
rrm
;
wpa_supplicant_i.h:148
wpa_s
->
rrm
.
rrm_used
=
true
;
ieee802_11_common.c:285
ieee802_11_parse_elems()
wpa_s
->
rrm
.
rrm_used
=
0
;
rrm.c:49
wpas_rrm_reset()
eloop_cancel_timeout
(
wpas_rrm_neighbor_rep_timeout_handler
,
&
wpa_s
->
rrm
,
rrm.c:51
wpas_rrm_reset()
if
(
wpa_s
->
rrm
.
notify_neighbor_rep
)
rrm.c:53
wpas_rrm_reset()
wpas_rrm_neighbor_rep_timeout_handler
(
&
wpa_s
->
rrm
,
NULL
)
;
rrm.c:54
wpas_rrm_reset()
wpa_s
->
rrm
.
next_neighbor_rep_token
=
1
;
rrm.c:55
wpas_rrm_reset()
if
(
report
[
0
]
!=
wpa_s
->
rrm
.
next_neighbor_rep_token
-
1
)
{
rrm.c:74
wpas_rrm_process_neighbor_rep()
eloop_cancel_timeout
(
wpas_rrm_neighbor_rep_timeout_handler
,
&
wpa_s
->
rrm
,
rrm.c:81
wpas_rrm_process_neighbor_rep()
if
(
!
wpa_s
->
rrm
.
notify_neighbor_rep
)
{
rrm.c:84
wpas_rrm_process_neighbor_rep()
wpa_s
->
rrm
.
notify_neighbor_rep
(
wpa_s
->
rrm
.
neighbor_rep_cb_ctx
,
rrm.c:91
wpas_rrm_process_neighbor_rep()
wpa_s
->
rrm
.
notify_neighbor_rep
=
NULL
;
rrm.c:93
wpas_rrm_process_neighbor_rep()
wpa_s
->
rrm
.
neighbor_rep_cb_ctx
=
NULL
;
rrm.c:94
wpas_rrm_process_neighbor_rep()
if
(
wpa_s
->
rrm
.
notify_neighbor_rep
)
{
rrm.c:152
wpas_rrm_send_neighbor_rep_request()
wpabuf_put_u8
(
buf
,
wpa_s
->
rrm
.
next_neighbor_rep_token
)
;
rrm.c:175
wpas_rrm_send_neighbor_rep_request()
wpa_s
->
rrm
.
next_neighbor_rep_token
++
;
rrm.c:248
wpas_rrm_send_neighbor_rep_request()
wpa_s
->
rrm
.
neighbor_rep_cb_ctx
=
cb_ctx
;
rrm.c:258
wpas_rrm_send_neighbor_rep_request()
wpa_s
->
rrm
.
notify_neighbor_rep
=
cb
;
rrm.c:259
wpas_rrm_send_neighbor_rep_request()
&
wpa_s
->
rrm
,
NULL
)
;
rrm.c:262
wpas_rrm_send_neighbor_rep_request()
wpabuf_put_u8
(
report
,
wpa_s
->
rrm
.
token
)
;
rrm.c:297
wpas_rrm_send_msr_report_mpdu()
if
(
!
is_multicast_ether_addr
(
wpa_s
->
rrm
.
dst_addr
)
)
{
rrm.c:636
wpas_rrm_refuse_request()
if
(
!
is_multicast_ether_addr
(
wpa_s
->
rrm
.
dst_addr
)
&&
rrm.c:879
wpas_rm_handle_beacon_req()
if
(
!
is_multicast_ether_addr
(
wpa_s
->
rrm
.
dst_addr
)
&&
rrm.c:933
wpas_rrm_handle_msr_req_element()
if
(
!
wpa_s
->
rrm
.
rrm_used
)
{
rrm.c:1001
wpas_rrm_handle_radio_measurement_request()
wpa_s
->
rrm
.
token
=
*
frame
;
rrm.c:1013
wpas_rrm_handle_radio_measurement_request()
os_memcpy
(
wpa_s
->
rrm
.
dst_addr
,
dst
,
ETH_ALEN
)
;
rrm.c:1014
wpas_rrm_handle_radio_measurement_request()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_supplicant::rrm
is read by 9 functions:
All items filtered out
wpa_supplicant::rrm
ieee802_11_parse_elems()
wpas_rrm_reset()
wpas_rrm_process_neighbor_rep()
wpas_rrm_send_neighbor_rep_request()
wpas_rrm_send_msr_report_mpdu()
wpas_rrm_refuse_request()
wpas_rm_handle_beacon_req()
wpas_rrm_handle_msr_req_element()
wpas_rrm_handle_radio_measurement_request()
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