Searched refs:pBtAssocEntry (Results 1 – 1 of 1) sorted by relevance
11155 struct bt_asoc_entry *pBtAssocEntry; in HALBT_SetKey() local11159 pBtAssocEntry = &pBTinfo->BtAsocEntry[EntryNum]; in HALBT_SetKey()11161 pBtAssocEntry->HwCAMIndex = BT_HWCAM_STAR + EntryNum; in HALBT_SetKey()11164 rtl8723a_cam_write(padapter, pBtAssocEntry->HwCAMIndex, usConfig, in HALBT_SetKey()11165 pBtAssocEntry->BTRemoteMACAddr, in HALBT_SetKey()11166 pBtAssocEntry->PTK + TKIP_ENC_KEY_POS); in HALBT_SetKey()11172 struct bt_asoc_entry *pBtAssocEntry; in HALBT_RemoveKey() local11175 pBtAssocEntry = &pBTinfo->BtAsocEntry[EntryNum]; in HALBT_RemoveKey()11179 if (pBtAssocEntry->HwCAMIndex >= BT_HWCAM_STAR && in HALBT_RemoveKey()11180 pBtAssocEntry->HwCAMIndex < HALF_CAM_ENTRY) in HALBT_RemoveKey()[all …]