HomeSort by relevance Sort by last modified time
    Searched refs:EncryptionType (Results 1 - 3 of 3) 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...]

Completed in 53 milliseconds