Searched refs:operatingChanList (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/csr/ |
D | csr_wifi_nme_ap_free_downstream_contents.c | 68 for (i3 = 0; i3 < p->p2pGoParam.operatingChanList.channelEntryListCount; i3++) in CsrWifiNmeApFreeDownstreamMessageContents() 70 kfree(p->p2pGoParam.operatingChanList.channelEntryList[i3].operatingChannel); in CsrWifiNmeApFreeDownstreamMessageContents() 71 p->p2pGoParam.operatingChanList.channelEntryList[i3].operatingChannel = NULL; in CsrWifiNmeApFreeDownstreamMessageContents() 74 kfree(p->p2pGoParam.operatingChanList.channelEntryList); in CsrWifiNmeApFreeDownstreamMessageContents() 75 p->p2pGoParam.operatingChanList.channelEntryList = NULL; in CsrWifiNmeApFreeDownstreamMessageContents()
|
D | csr_wifi_nme_ap_serialize.c | 341 for (i3 = 0; i3 < primitive->p2pGoParam.operatingChanList.channelEntryListCount; i3++) in CsrWifiNmeApStartReqSizeof() 345 …bufferSize += primitive->p2pGoParam.operatingChanList.channelEntryList[i3].operatingChannelCount; … in CsrWifiNmeApStartReqSizeof() 423 …CsrMemCpySer(ptr, len, (const void *) primitive->p2pGoParam.operatingChanList.country, ((u16) (3))… in CsrWifiNmeApStartReqSer() 424 CsrUint8Ser(ptr, len, (u8) primitive->p2pGoParam.operatingChanList.channelEntryListCount); in CsrWifiNmeApStartReqSer() 427 for (i3 = 0; i3 < primitive->p2pGoParam.operatingChanList.channelEntryListCount; i3++) in CsrWifiNmeApStartReqSer() 429 …CsrUint8Ser(ptr, len, (u8) primitive->p2pGoParam.operatingChanList.channelEntryList[i3].operatingC… in CsrWifiNmeApStartReqSer() 430 …CsrUint8Ser(ptr, len, (u8) primitive->p2pGoParam.operatingChanList.channelEntryList[i3].operatingC… in CsrWifiNmeApStartReqSer() 431 if (primitive->p2pGoParam.operatingChanList.channelEntryList[i3].operatingChannelCount) in CsrWifiNmeApStartReqSer() 433 …) primitive->p2pGoParam.operatingChanList.channelEntryList[i3].operatingChannel, ((u16) (primitive… in CsrWifiNmeApStartReqSer() 514 CsrMemCpyDes(primitive->p2pGoParam.operatingChanList.country, buffer, &offset, ((u16) (3))); in CsrWifiNmeApStartReqDes() [all …]
|
D | csr_wifi_sme_ap_prim.h | 432 CsrWifiSmeApP2pOperatingChanList operatingChanList; member
|