Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c11151 struct bt_asoc_entry *pBtAssocEntry; in HALBT_SetKey() local
11155 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() local
11171 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 …]