Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/hdi/include/
H A Dsoftbus_adapter_wlan_extend.h28 } WlanChannelInfo; typedef
37 WlanChannelInfo *buff;
42 int32_t (*onChannelInfoAvailable)(WlanChannelInfo *info, uint32_t num);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/hdi/common/
H A Dsoftbus_adapter_wlan_extend.c61 WlanChannelInfo *info = g_channelInfoList.buff; in ExcuteChannelMeas()
102 g_channelInfoList.buff = (WlanChannelInfo *)SoftBusCalloc(sizeof(WlanChannelInfo) * num); in SoftBusRequestWlanChannelInfo()
110 WlanChannelInfo *temp = g_channelInfoList.buff; in SoftBusRequestWlanChannelInfo()