Home
last modified time | relevance | path

Searched refs:pBtAssocEntry (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c11155 struct bt_asoc_entry *pBtAssocEntry; in HALBT_SetKey() local
11159 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() local
11175 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 …]