Home
last modified time | relevance | path

Searched defs:ifname (Results 26 - 50 of 332) sorted by relevance

12345678910>>...14

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired_common.h14 char ifname[IFNAMSIZ + 1]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_iface.c15 struct fst_iface * fst_iface_create(struct fst_group *g, const char *ifname, in fst_iface_create() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/
H A Dsupplicant.cpp21 android::String16 driver, ifname, confname, bridge_ifname; in CreateInterface() local
84 android::binder::Status Supplicant::RemoveInterface(const std::string &ifname) in RemoveInterface() argument
102 GetInterface( const std::string &ifname, android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) GetInterface() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dwifi_softap.c49 char ifname[WIFI_IFNAME_MAX_SIZE + 1] = {0}; in hi_wifi_start_softap() local
H A Dwifi_sta.c103 char ifname[WIFI_IFNAME_MAX_SIZE + 1] = {0}; in hi_wifi_start_sta() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Darp_checker.cpp34 void ArpChecker::Start(std::string& ifname, std::string& hwAddr, std::string& ipAddr, std::string& gateway) in Start() argument
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp25 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnSuccess(int status, const char *ifname, in OnSuccess() argument
39 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnFailed(int status, const char *ifname, in OnFailed() argument
99 void EthernetDhcpController::OnDhcpFailed(int status, const std::string &ifname, const char *reason) {} in OnDhcpFailed() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_chip_hal_interface_test.cpp26 void OnIfaceAdded(int32_t type, char *ifname) in OnIfaceAdded() argument
31 void OnIfaceRemoved(int32_t type, char *ifname) in OnIfaceRemoved() argument
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_impl.cpp116 ErrCode DhcpClientImpl::RegisterDhcpClientCallBack(const std::string& ifname, in RegisterDhcpClientCallBack() argument
128 ErrCode DhcpClientImpl::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient() argument
135 ErrCode DhcpClientImpl::SetConfiguration(const std::string& ifname, const RouterConfig& config) in SetConfiguration() argument
142 ErrCode DhcpClientImpl::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient() argument
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp29 void DhcpClientCallbackProxy::OnIpSuccessChanged(int status, const std::string& ifname, DhcpResult& result) in OnIpSuccessChanged() argument
80 void DhcpClientCallbackProxy::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) in OnIpFailChanged() argument
109 void DhcpClientCallbackProxy::OnDhcpOfferReport(int status, const std::string& ifname, DhcpResult& result) in OnDhcpOfferReport() argument
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_callback_proxy.cpp60 void DhcpServerCallbackProxy::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) in OnServerLeasesChanged() argument
66 void DhcpServerCallbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess() argument
100 void DhcpServerCallbackProxy::OnServerSerExitChanged(const std::string& ifname) in OnServerSerExitChanged() argument
H A Ddhcp_server_callback_proxy_lite.cpp63 void DhcpServerCallbackProxy::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) in OnServerLeasesChanged() argument
69 void DhcpServerCallbackProxy::OnServerSerExitChanged(const std::string& ifname) in OnServerSerExitChanged() argument
75 void DhcpServerCallbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess() argument
/foundation/communication/dhcp/test/fuzztest/clientstub_fuzzer/
H A Dclientstub_fuzzer.cpp34 void OnRegisterCallBackTest(const std::string& ifname, size_t size) in OnRegisterCallBackTest() argument
47 void OnStartDhcpClientTest(const std::string& ifname, size_t size, bool ipv6) in OnStartDhcpClientTest() argument
61 void OnStopDhcpClientTest(const std::string& ifname, size_t size, bool ipv6) in OnStopDhcpClientTest() argument
74 void OnSetConfigurationTest(const std::string& ifname) in OnSetConfigurationTest() argument
93 std::string ifname = "wlan0"; in LLVMFuzzerTestOneInput() local
[all...]
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_service_impl_test.cpp56 const std::string& ifname = "wlan0"; in HWTEST_F() local
86 std::string ifname = "wlan0"; in HWTEST_F() local
105 std::string ifname = ""; in HWTEST_F() local
171 std::string ifname; HWTEST_F() local
190 std::string ifname; HWTEST_F() local
209 std::string ifname; HWTEST_F() local
247 std::string ifname; HWTEST_F() local
261 std::string ifname; HWTEST_F() local
271 std::string ifname = "wlan0"; HWTEST_F() local
278 std::string ifname = "wlan0"; HWTEST_F() local
314 std::string ifname = "wlan0"; HWTEST_F() local
[all...]
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_message_sim.h60 char ifname[IFACE_NAME_SIZE]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_none.c53 static void * none_driver_init(void *ctx, const char *ifname) in none_driver_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dvlan_init.c192 char ifname[IFNAMSIZ + 1], *pos; vlan_add_dynamic() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dvlan_init.c189 char ifname[IFNAMSIZ + 1], *pos; vlan_add_dynamic() local
[all...]
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dwifi_softap.c53 char ifname[WIFI_IFNAME_MAX_SIZE + 1] = {0}; in hi_wifi_start_softap() local
/vendor/hisilicon/hispark_pegasus/demo/udp_demo/
H A Dwifi_softap.c49 char ifname[WIFI_IFNAME_MAX_SIZE + 1] = {0}; in HiWifiStartSoftap() local
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiaware/source/
H A Dhal_wifiaware.c21 int HalWifiSdpInit(const char* ifname) in HalWifiSdpInit() argument
70 int HalWifiSdpAdjustTxPower(const char *ifname, signed char power) in HalWifiSdpAdjustTxPower() argument
78 int HalWifiSdpRestoreTxPower(const char *ifname) in HalWifiSdpRestoreTxPower() argument
86 int HalWifiSdpBeaconSwitch(const char *ifname, unsigned char enable) in HalWifiSdpBeaconSwitch() argument
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_common.c92 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname) in InitWpaCtrl() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddhcp_controller_test.cpp83 std::string ifname = "testIfaceName"; in HWTEST_F() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Darp_checker_test.cpp31 std::string ifname = "network"; in SetUp() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_chip_interface_test.cpp169 char ifname[] = "wlan0"; in HWTEST_F() local

Completed in 9 milliseconds

12345678910>>...14