Home
last modified time | relevance | path

Searched defs:SetCountryCode (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/wlan/chip/hdi_service/
Dwifi_ext_iface.cpp74 int32_t WifiExtIface::SetCountryCode(const std::string& code) in SetCountryCode() function in OHOS::HDI::Wlan::Chip::V2_0::WifiExtIface
Dwifi_p2p_iface.cpp82 int32_t WifiP2pIface::SetCountryCode(const std::string& code) in SetCountryCode() function in OHOS::HDI::Wlan::Chip::V2_0::WifiP2pIface
Dwifi_ap_iface.cpp94 int32_t WifiApIface::SetCountryCode(const std::string& code) in SetCountryCode() function in OHOS::HDI::Wlan::Chip::V2_0::WifiApIface
Dwifi_sta_iface.cpp94 int32_t WifiStaIface::SetCountryCode(const std::string& code) in SetCountryCode() function in OHOS::HDI::Wlan::Chip::V2_0::WifiStaIface
Dwifi_vendor_hal.cpp310 WifiError WifiVendorHal::SetCountryCode(const std::string& ifaceName, const std::string& code) in SetCountryCode() function in OHOS::HDI::Wlan::Chip::V2_0::WifiVendorHal
/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
Dap.c120 static uint32_t SetCountryCode(struct NetDevice *netDev, const char *code, uint32_t len) in SetCountryCode() function
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
Dhdi_hostapd_hal.c928 static int SetCountryCode(const char *code, int id) in SetCountryCode() function
/drivers/hdf_core/framework/include/wifi/
Dwifi_mac80211_ops.h885 int32_t (*SetCountryCode)(NetDevice *netDev, const char *code, uint32_t len); member