Searched refs:pBtAssocEntry (Results 1 – 1 of 1) sorted by relevance
11151 struct bt_asoc_entry *pBtAssocEntry; in HALBT_SetKey() local11155 pBtAssocEntry = &pBTinfo->BtAsocEntry[EntryNum]; in HALBT_SetKey()11157 pBtAssocEntry->HwCAMIndex = BT_HWCAM_STAR + EntryNum; in HALBT_SetKey()11160 rtl8723a_cam_write(padapter, pBtAssocEntry->HwCAMIndex, usConfig, in HALBT_SetKey()11161 pBtAssocEntry->BTRemoteMACAddr, in HALBT_SetKey()11162 pBtAssocEntry->PTK + TKIP_ENC_KEY_POS); in HALBT_SetKey()11168 struct bt_asoc_entry *pBtAssocEntry; in HALBT_RemoveKey() local11171 pBtAssocEntry = &pBTinfo->BtAsocEntry[EntryNum]; in HALBT_RemoveKey()11175 if (pBtAssocEntry->HwCAMIndex >= BT_HWCAM_STAR && in HALBT_RemoveKey()11176 pBtAssocEntry->HwCAMIndex < HALF_CAM_ENTRY) in HALBT_RemoveKey()[all …]