Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c500 struct amp_assoc_structure *pAssoStrc = (struct amp_assoc_structure *)pbuf; in bthci_AssocMACAddr() local
501 pAssoStrc->TypeID = AMP_MAC_ADDR; in bthci_AssocMACAddr()
502 pAssoStrc->Length = 0x06; in bthci_AssocMACAddr()
503 memcpy(&pAssoStrc->Data[0], padapter->eeprompriv.mac_addr, 6); in bthci_AssocMACAddr()
505 ("AssocMACAddr : \n"), pAssoStrc, pAssoStrc->Length+3); in bthci_AssocMACAddr()
507 return pAssoStrc->Length + 3; in bthci_AssocMACAddr()
516 struct amp_assoc_structure *pAssoStrc = (struct amp_assoc_structure *)pbuf; in bthci_PALCapabilities() local
518 pAssoStrc->TypeID = AMP_80211_PAL_CAP_LIST; in bthci_PALCapabilities()
519 pAssoStrc->Length = 0x04; in bthci_PALCapabilities()
521 pAssoStrc->Data[0] = 0x00; in bthci_PALCapabilities()
[all …]