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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
rsn.h 127 BOOL wepDefaultKeys[MAX_KEYS_NUM];
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsn.h 135 TI_BOOL wepDefaultKeys[MAX_KEYS_NUM];
rsn.c 332 pRsn->wepDefaultKeys[keyIndex] = TI_TRUE;
399 if (pRsn->wepDefaultKeys[keyIndex] /*pRsn->keys[keyIndex].encLen>0*/)
505 if (pRsn->wepDefaultKeys[keyIndex])
549 pRsn->wepDefaultKeys[keyIndex] = TI_FALSE;
603 if (!pRsn->wepDefaultKeys[keyIndex])
891 if (pRsn->wepDefaultKeys[keyIndex] == TI_TRUE)
894 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "Set RSN_ADD_KEY_PARAM wepDefaultKeys=%d\n", pRsn->wepDefaultKeys[keyIndex]);
896 pRsn->wepDefaultKeys[keyIndex] = TI_FALSE;
927 pRsn->wepDefaultKeys[keyIndex] = TI_TRUE
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsn.h 133 TI_BOOL wepDefaultKeys[MAX_KEYS_NUM];
rsn.c 327 pRsn->wepDefaultKeys[keyIndex] = TI_TRUE;
394 if (pRsn->wepDefaultKeys[keyIndex] /*pRsn->keys[keyIndex].encLen>0*/)
500 if (pRsn->wepDefaultKeys[keyIndex])
544 pRsn->wepDefaultKeys[keyIndex] = TI_FALSE;
597 if (!pRsn->wepDefaultKeys[keyIndex])
862 if (pRsn->wepDefaultKeys[keyIndex] == TI_TRUE)
865 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "Set RSN_ADD_KEY_PARAM wepDefaultKeys=%d\n", pRsn->wepDefaultKeys[keyIndex]);
867 pRsn->wepDefaultKeys[keyIndex] = TI_FALSE;
898 pRsn->wepDefaultKeys[keyIndex] = TI_TRUE
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
rsn.c 325 pRsn->wepDefaultKeys[keyIndex] = TRUE;
392 if (pRsn->wepDefaultKeys[keyIndex] /*pRsn->keys[keyIndex].encLen>0*/)
501 if (pRsn->wepDefaultKeys[keyIndex])
549 pRsn->wepDefaultKeys[keyIndex] = FALSE;
606 if (!pRsn->wepDefaultKeys[keyIndex])
955 pRsn->wepDefaultKeys[keyIndex] = TRUE;
    [all...]

Completed in 55 milliseconds