Searched refs:channelEntryList (Results 1 – 3 of 3) sorted by relevance
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()
345 …bufferSize += primitive->p2pGoParam.operatingChanList.channelEntryList[i3].operatingChannelCount; … in CsrWifiNmeApStartReqSizeof()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 …oParam.operatingChanList.channelEntryList[i3].operatingChannel, ((u16) (primitive->p2pGoParam.oper… in CsrWifiNmeApStartReqSer()516 primitive->p2pGoParam.operatingChanList.channelEntryList = NULL; in CsrWifiNmeApStartReqDes()519 …primitive->p2pGoParam.operatingChanList.channelEntryList = kmalloc(sizeof(CsrWifiSmeApP2pOperating… in CsrWifiNmeApStartReqDes()525 …CsrUint8Des((u8 *) &primitive->p2pGoParam.operatingChanList.channelEntryList[i3].operatingClass, b… in CsrWifiNmeApStartReqDes()526 …CsrUint8Des((u8 *) &primitive->p2pGoParam.operatingChanList.channelEntryList[i3].operatingChannelC… in CsrWifiNmeApStartReqDes()527 if (primitive->p2pGoParam.operatingChanList.channelEntryList[i3].operatingChannelCount) in CsrWifiNmeApStartReqDes()[all …]
292 CsrWifiSmeApP2pOperatingChanEntry *channelEntryList; member