OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stie
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/fst/
fst_session.c
379
if (req->
stie
.element_id != WLAN_EID_SESSION_TRANSITION ||
380
req->
stie
.length < 11) {
382
"FST Request dropped: invalid
STIE
");
386
if (req->
stie
.new_band_id == req->
stie
.old_band_id) {
403
req->
stie
.new_band_id,
466
if (le_to_host32(req->
stie
.fsts_id) != s->data.fsts_id)
490
s->data.fsts_id = le_to_host32(req->
stie
.fsts_id);
536
if (res->
stie
.element_id != WLAN_EID_SESSION_TRANSITION ||
537
res->
stie
.length < 11)
[
all
...]
fst_defs.h
51
struct session_transition_ie
stie
;
member in struct:fst_setup_req
62
struct session_transition_ie
stie
;
member in struct:fst_setup_res
Completed in 75 milliseconds