Searched refs:pAssoStrc (Results 1 – 1 of 1) sorted by relevance
499 struct amp_assoc_structure *pAssoStrc = (struct amp_assoc_structure *)pbuf; in bthci_AssocMACAddr() local500 pAssoStrc->TypeID = AMP_MAC_ADDR; in bthci_AssocMACAddr()501 pAssoStrc->Length = 0x06; in bthci_AssocMACAddr()502 memcpy(&pAssoStrc->Data[0], padapter->eeprompriv.mac_addr, 6); in bthci_AssocMACAddr()504 ("AssocMACAddr : \n"), pAssoStrc, pAssoStrc->Length+3); in bthci_AssocMACAddr()506 return pAssoStrc->Length + 3; in bthci_AssocMACAddr()515 struct amp_assoc_structure *pAssoStrc = (struct amp_assoc_structure *)pbuf; in bthci_PALCapabilities() local517 pAssoStrc->TypeID = AMP_80211_PAL_CAP_LIST; in bthci_PALCapabilities()518 pAssoStrc->Length = 0x04; in bthci_PALCapabilities()520 pAssoStrc->Data[0] = 0x00; in bthci_PALCapabilities()[all …]