HomeSort by relevance Sort by last modified time
    Searched refs:wepStaticKey (Results 1 - 6 of 6) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
rsn.h 128 BOOL wepStaticKey;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsn.h 136 TI_BOOL wepStaticKey;
rsn.c 323 pRsn->wepStaticKey = TI_TRUE;
472 if (pRsn->wepStaticKey && ( (suite == TWD_CIPHER_WEP) || (suite == TWD_CIPHER_CKIP) ) )
479 pRsn->wepStaticKey = TI_FALSE;
928 pRsn->wepStaticKey = TI_TRUE;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsn.h 134 TI_BOOL wepStaticKey;
rsn.c 318 pRsn->wepStaticKey = TI_TRUE;
467 if (pRsn->wepStaticKey && ( (suite == TWD_CIPHER_WEP) || (suite == TWD_CIPHER_CKIP) ) )
474 pRsn->wepStaticKey = TI_FALSE;
899 pRsn->wepStaticKey = TI_TRUE;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
rsn.c 316 pRsn->wepStaticKey = TRUE;
468 if (pRsn->wepStaticKey && ((suite == RSN_CIPHER_WEP) || (suite == RSN_CIPHER_CKIP)))
475 pRsn->wepStaticKey = FALSE;
956 pRsn->wepStaticKey = TRUE;
    [all...]

Completed in 482 milliseconds