Searched defs:SetCountryCode (Results 1 – 8 of 8) sorted by relevance
74 int32_t WifiExtIface::SetCountryCode(const std::string& code) in SetCountryCode() function in OHOS::HDI::Wlan::Chip::V2_0::WifiExtIface
82 int32_t WifiP2pIface::SetCountryCode(const std::string& code) in SetCountryCode() function in OHOS::HDI::Wlan::Chip::V2_0::WifiP2pIface
94 int32_t WifiApIface::SetCountryCode(const std::string& code) in SetCountryCode() function in OHOS::HDI::Wlan::Chip::V2_0::WifiApIface
94 int32_t WifiStaIface::SetCountryCode(const std::string& code) in SetCountryCode() function in OHOS::HDI::Wlan::Chip::V2_0::WifiStaIface
310 WifiError WifiVendorHal::SetCountryCode(const std::string& ifaceName, const std::string& code) in SetCountryCode() function in OHOS::HDI::Wlan::Chip::V2_0::WifiVendorHal
120 static uint32_t SetCountryCode(struct NetDevice *netDev, const char *code, uint32_t len) in SetCountryCode() function
928 static int SetCountryCode(const char *code, int id) in SetCountryCode() function
885 int32_t (*SetCountryCode)(NetDevice *netDev, const char *code, uint32_t len); member