HomeSort by relevance Sort by last modified time
    Searched full:encryptiontype (Results 1 - 7 of 7) 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);
  /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...]
  /external/openssl/crypto/krb5/
krb5_asn.h 77 ** etype[0] INTEGER, -- EncryptionType
  /external/openssl/include/openssl/
krb5_asn.h 77 ** etype[0] INTEGER, -- 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 */

Completed in 623 milliseconds