Searched refs:bcastForUnicatst (Results 1 - 8 of 8) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A DadmCtrlWpa.h120 UINT8 bcastForUnicatst; member in struct:__anon744
H A DadmCtrlWpa2.h165 UINT8 bcastForUnicatst; member in struct:__anon745
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DadmCtrlWpa.h119 TI_UINT8 bcastForUnicatst; member in struct:__anon1744
H A DadmCtrlWpa2.h165 TI_UINT8 bcastForUnicatst; member in struct:__anon1747
H A DadmCtrlWpa.c1158 pWpaData->bcastForUnicatst = 1;
1271 pWpaData->bcastForUnicatst = (capabilities & WPA_GROUP_4_UNICAST_CAPABILITY_MASK) >> WPA_REPLAY_GROUP4UNI_CAPABILITY_SHIFT;
1286 TRACE3(pAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "Wpa_IE: capabilities %x, bcastForUnicatst %x, replayCounters %x\n", capabilities, pWpaData->bcastForUnicatst, pWpaData->replayCounters);
H A DadmCtrlWpa2.c1103 pWpa2Data->bcastForUnicatst = (TI_UINT8)(capabilities & WPA2_GROUP_4_UNICAST_CAPABILITY_MASK)>>
1140 TRACE5(pAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "Wpa2_IE: capabilities %x, preAuthentication = %x, bcastForUnicatst %x, ptk = %x, gtk = %x\n", capabilities, pWpa2Data->preAuthentication, pWpa2Data->bcastForUnicatst, pWpa2Data->ptkReplayCounters, pWpa2Data->gtkReplayCounters);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DadmCtrlWpa.c1131 pWpaData->bcastForUnicatst = 1;
1244 pWpaData->bcastForUnicatst = (capabilities & WPA_GROUP_4_UNICAST_CAPABILITY_MASK) >> WPA_REPLAY_GROUP4UNI_CAPABILITY_SHIFT;
1260 ("Wpa_IE: capabilities %x, bcastForUnicatst %x, replayCounters %x\n",
1261 capabilities, pWpaData->bcastForUnicatst, pWpaData->replayCounters));
H A DadmCtrlWpa2.c1194 pWpa2Data->bcastForUnicatst = (UINT8)(capabilities & WPA2_GROUP_4_UNICAST_CAPABILITY_MASK)>>
1232 ("Wpa2_IE: capabilities %x, preAuthentication = %x, bcastForUnicatst %x, ptk = %x, gtk = %x\n",
1234 pWpa2Data->bcastForUnicatst, pWpa2Data->ptkReplayCounters,

Completed in 174 milliseconds