OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WPA_VERSION_WPA2
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
wpa_auth.c
732
if (sm->wpa ==
WPA_VERSION_WPA2
) {
881
ft = sm->wpa ==
WPA_VERSION_WPA2
&&
1172
key->type = sm->wpa ==
WPA_VERSION_WPA2
?
1175
if (encr && sm->wpa ==
WPA_VERSION_WPA2
)
1177
if (sm->wpa !=
WPA_VERSION_WPA2
)
[
all
...]
wpa_auth_i.h
103
WPA_VERSION_WPA2
= 2 /* WPA2 / IEEE 802.11i */
wpa_auth_ie.c
631
sm->wpa =
WPA_VERSION_WPA2
;
Completed in 16 milliseconds