OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authentication_status
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.h
41
int
authentication_status
;
member in struct:ibss_rsn_peer
ibss_rsn.c
127
if ((peer->
authentication_status
&
131
if (peer->
authentication_status
& IBSS_RSN_REPORTED_PTK)
133
peer->
authentication_status
|= IBSS_RSN_REPORTED_PTK;
153
peer->
authentication_status
|= IBSS_RSN_SET_PTK_SUPP;
313
peer->
authentication_status
|=
507
return peer->
authentication_status
&
537
peer->
authentication_status
= IBSS_RSN_AUTH_NOT_AUTHENTICATED;
564
peer->
authentication_status
|= IBSS_RSN_AUTH_BY_US;
590
peer->
authentication_status
|= IBSS_RSN_AUTH_BY_US;
610
peer->
authentication_status
|= reason
[
all
...]
Completed in 76 milliseconds