OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assoc_resp_ftie
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/ap/
wpa_auth_i.h
120
u8 *
assoc_resp_ftie
;
member in struct:wpa_state_machine
wpa_auth.c
586
os_free(sm->
assoc_resp_ftie
);
695
if (sm->
assoc_resp_ftie
&&
696
(kde->ftie[1] != sm->
assoc_resp_ftie
[1] ||
697
os_memcmp(kde->ftie, sm->
assoc_resp_ftie
,
698
2 + sm->
assoc_resp_ftie
[1]) != 0)) {
703
sm->
assoc_resp_ftie
, 2 + sm->
assoc_resp_ftie
[1]);
[
all
...]
wpa_auth_ft.c
707
os_free(sm->
assoc_resp_ftie
);
708
sm->
assoc_resp_ftie
= os_malloc(ftie_len);
709
if (sm->
assoc_resp_ftie
)
710
os_memcpy(sm->
assoc_resp_ftie
, ftie, ftie_len);
[
all
...]
/external/wpa_supplicant_8/src/rsn_supp/
wpa.c
820
const u8 *
assoc_resp_ftie
)
828
if (
assoc_resp_ftie
== NULL)
831
if (
assoc_resp_ftie
[1] != ie->ftie[1] ||
832
os_memcmp(
assoc_resp_ftie
, ie->ftie, 2 + ie->ftie[1]) != 0) {
837
assoc_resp_ftie
, 2 +
assoc_resp_ftie
[1]);
[
all
...]
Completed in 48 milliseconds