| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_wired_common.h | 14 char ifname[IFNAMSIZ + 1]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
| H A D | fst_iface.c | 15 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 D | supplicant.cpp | 21 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 D | wifi_softap.c | 49 char ifname[WIFI_IFNAME_MAX_SIZE + 1] = {0}; in hi_wifi_start_softap() local
|
| H A D | wifi_sta.c | 103 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 D | arp_checker.cpp | 34 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 D | ethernet_dhcp_controller.cpp | 25 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 D | wifi_chip_hal_interface_test.cpp | 26 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 D | dhcp_client_impl.cpp | 116 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 D | dhcp_client_callback_proxy.cpp | 29 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 D | dhcp_server_callback_proxy.cpp | 60 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 D | dhcp_server_callback_proxy_lite.cpp | 63 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 D | clientstub_fuzzer.cpp | 34 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 D | dhcp_client_service_impl_test.cpp | 56 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 D | dhcp_message_sim.h | 60 char ifname[IFACE_NAME_SIZE]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_none.c | 53 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 D | vlan_init.c | 192 char ifname[IFNAMSIZ + 1], *pos; vlan_add_dynamic() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | vlan_init.c | 189 char ifname[IFNAMSIZ + 1], *pos; vlan_add_dynamic() local [all...] |
| /vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
| H A D | wifi_softap.c | 53 char ifname[WIFI_IFNAME_MAX_SIZE + 1] = {0}; in hi_wifi_start_softap() local
|
| /vendor/hisilicon/hispark_pegasus/demo/udp_demo/ |
| H A D | wifi_softap.c | 49 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 D | hal_wifiaware.c | 21 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 D | hdi_wpa_common.c | 92 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname) in InitWpaCtrl() argument
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
| H A D | dhcp_controller_test.cpp | 83 std::string ifname = "testIfaceName"; in HWTEST_F() local
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
| H A D | arp_checker_test.cpp | 31 std::string ifname = "network"; in SetUp() local
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
| H A D | wifi_hal_chip_interface_test.cpp | 169 char ifname[] = "wlan0"; in HWTEST_F() local
|