OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encryptiontype
(Results
1 - 14
of
14
) sorted by null
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
wpa_core.h
48
S32 WpaCore_SetEncryptionPairWise(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES
EncryptionType
);
50
S32 WpaCore_SetEncryptionGroup(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES
EncryptionType
);
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
wpa_core.h
48
S32 WpaCore_SetEncryptionPairWise(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES
EncryptionType
);
50
S32 WpaCore_SetEncryptionGroup(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES
EncryptionType
);
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c
246
S32 WpaCore_SetEncryptionPairWise(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES
EncryptionType
)
250
pWpaCore->WpaParams.EncryptionTypePairWise =
EncryptionType
;
252
switch (
EncryptionType
)
289
S32 WpaCore_SetEncryptionGroup(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES
EncryptionType
)
293
pWpaCore->WpaParams.EncryptionTypeGroup =
EncryptionType
;
295
switch (
EncryptionType
)
cu_cmd.c
[
all
...]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c
246
S32 WpaCore_SetEncryptionPairWise(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES
EncryptionType
)
250
pWpaCore->WpaParams.EncryptionTypePairWise =
EncryptionType
;
252
switch (
EncryptionType
)
289
S32 WpaCore_SetEncryptionGroup(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES
EncryptionType
)
293
pWpaCore->WpaParams.EncryptionTypeGroup =
EncryptionType
;
295
switch (
EncryptionType
)
cu_cmd.c
[
all
...]
/external/openssl/crypto/krb5/
krb5_asn.h
77
** etype[0] INTEGER, --
EncryptionType
/external/openssl/include/openssl/
krb5_asn.h
77
** etype[0] INTEGER, --
EncryptionType
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/ExpInc/
apConnApi.h
124
OS_802_11_ENCRYPTION_TYPES
encryptionType
;
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c
[
all
...]
apConnApi.h
191
OS_802_11_ENCRYPTION_TYPES
encryptionType
; /**< Encription Type: None, WEP, TKIP, AES */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c
[
all
...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.c
[
all
...]
apConnApi.h
190
OS_802_11_ENCRYPTION_TYPES
encryptionType
; /**< Encription Type: None, WEP, TKIP, AES */
Completed in 227 milliseconds