1# Copyright (c) 2024 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 141.0 { 15 global: 16 WifiDriverClientInit; 17 WifiDriverClientDeinit; 18 WifiRegisterEventCallback; 19 WifiUnregisterEventCallback; 20 GetNetDeviceInfo; 21 GetCurrentPowerMode; 22 SetPowerMode; 23 StartChannelMeas; 24 SetProjectionScreenParam; 25 SendCmdIoctl; 26 WifiRegisterHid2dCallback; 27 WifiUnregisterHid2dCallback; 28 GetStationInfo; 29 WifiSendActionFrame; 30 WifiRegisterActionFrameReceiver; 31 WifiSetPowerSaveMode; 32 WifiSetDpiMarkRule; 33 GetUsableNetworkInfo; 34 IsSupportCombo; 35 GetComboInfo; 36 GetDevMacAddr; 37 SetMacAddr; 38 GetValidFreaByBand; 39 SetTxPower; 40 GetAssociatedStas; 41 WifiSetCountryCode; 42 SetScanMacAddr; 43 WifiCmdScan; 44 AcquireChipId; 45 GetIfNamesByChipId; 46 WifiStartPnoScan; 47 WifiGetSignalPollInfo; 48 SetResetDriver; 49 ClientGetApBandwidth; 50 GetValidFreqByBand; 51 WifiStopPnoScan; 52 local: 53 *; 54};