OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_types
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_attr_build.c
276
u16
auth_types
= WPS_AUTH_TYPES;
local
278
auth_types
&= ~WPS_AUTH_SHARED;
283
wpabuf_put_be16(msg,
auth_types
);
wps.h
663
*
auth_types
- Authentication types (bit field of WPS_AUTH_*)
665
u16
auth_types
;
member in struct:wps_context
wps_registrar.c
2280
u16
auth_types
;
local
[
all
...]
wps_common.c
366
data.auth_type = wps->
auth_types
;
wps_enrollee.c
246
u16 auth_type = wps->wps->
auth_types
;
271
if (wps->wps->
auth_types
& (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) {
[
all
...]
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
459
hapd->wps->
auth_types
= cred->auth_type;
1066
wps->
auth_types
|= WPS_AUTH_WPA2PSK;
1068
wps->
auth_types
|= WPS_AUTH_WPA2;
1078
wps->
auth_types
|= WPS_AUTH_WPAPSK;
1080
wps->
auth_types
|= WPS_AUTH_WPA;
1090
wps->
auth_types
|= WPS_AUTH_OPEN;
1094
wps->
auth_types
|= WPS_AUTH_OPEN;
1096
wps->
auth_types
|= WPS_AUTH_SHARED;
1098
wps->
auth_types
|= WPS_AUTH_OPEN;
1137
wps->
auth_types
= WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c
[
all
...]
Completed in 406 milliseconds