OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auth_types
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/wps/
wps_attr_build.c
308
u16
auth_types
= WPS_AUTH_TYPES;
local
310
auth_types
&= ~WPS_AUTH_WPA;
311
auth_types
&= ~WPS_AUTH_WPA2;
312
auth_types
&= ~WPS_AUTH_SHARED;
314
auth_types
&= ~WPS_AUTH_WPAPSK;
320
auth_types
, wps_force_auth_types);
321
auth_types
= wps_force_auth_types;
325
auth_types
);
328
wpabuf_put_be16(msg,
auth_types
);
wps.h
724
*
auth_types
- Authentication types (bit field of WPS_AUTH_*)
726
u16
auth_types
;
member in struct:wps_context
wps_registrar.c
1664
wps->wps->
auth_types
, wps->auth_type);
2410
u16
auth_types
;
local
2418
auth_types
= WPA_GET_BE16(auth);
2421
auth_types
);
2431
if ((
auth_types
&
2436
auth_types
|= WPS_AUTH_WPA2PSK;
2439
wps->auth_type = wps->wps->
auth_types
&
auth_types
;
2443
wps->wps->
auth_types
,
auth_types
);
[
all
...]
Completed in 49 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026