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

  /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...]

Completed in 25 milliseconds