OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:encr_type
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/wpa/dist/src/wps/
wps_enrollee.c
279
u16
encr_type
= wps->wps->ap_encr_type;
local
287
if (
encr_type
& WPS_ENCR_AES)
288
encr_type
= WPS_ENCR_AES;
289
else if (
encr_type
& WPS_ENCR_TKIP)
290
encr_type
= WPS_ENCR_TKIP;
293
wpa_printf(MSG_DEBUG, "WPS: * Encryption Type (0x%x)",
encr_type
);
296
wpabuf_put_be16(msg,
encr_type
);
739
if (!(wps->cred.
encr_type
&
741
if (wps->cred.
encr_type
& WPS_ENCR_WEP) {
749
"invalid
encr_type
0x%x", wps->cred.encr_type)
[
all
...]
wps_attr_parse.h
46
const u8 *
encr_type
; /* 2 octets */
member in struct:wps_parse_attr
wps_i.h
87
*
encr_type
- Available encryption types
89
u16
encr_type
;
member in struct:wps_data
wps.h
38
* @
encr_type
: Encryption Type (WPS_ENCR_NONE, .. flags)
51
u16
encr_type
;
member in struct:wps_credential
/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new.c
732
char *
encr_type
[3]; /* we have three possible encryption types */
local
764
if (cred->
encr_type
& WPS_ENCR_NONE)
765
encr_type
[et_num++] = "none";
767
if (cred->
encr_type
& WPS_ENCR_TKIP)
768
encr_type
[et_num++] = "tkip";
770
if (cred->
encr_type
& WPS_ENCR_AES)
771
encr_type
[et_num++] = "aes";
784
(const char **)
encr_type
,
Completed in 33 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026