Home
last modified time | relevance | path

Searched defs:iface (Results 176 - 200 of 347) sorted by relevance

12345678910>>...14

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dacs.c264 void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup() argument
285 static void acs_fail(struct hostapd_iface *iface) in acs_fail() argument
327 acs_survey_chan_interference_factor(struct hostapd_iface *iface, in acs_survey_chan_interference_factor() argument
456 acs_surveys_are_sufficient(struct hostapd_iface *iface) acs_surveys_are_sufficient() argument
482 is_in_chanlist(struct hostapd_iface *iface, struct hostapd_channel_data *chan) is_in_chanlist() argument
492 acs_survey_all_chans_intereference_factor( struct hostapd_iface *iface) acs_survey_all_chans_intereference_factor() argument
518 acs_find_chan(struct hostapd_iface *iface, int freq) acs_find_chan() argument
575 acs_find_ideal_chan(struct hostapd_iface *iface) acs_find_ideal_chan() argument
786 acs_adjust_center_freq(struct hostapd_iface *iface) acs_adjust_center_freq() argument
815 acs_study_survey_based(struct hostapd_iface *iface) acs_study_survey_based() argument
834 acs_study_options(struct hostapd_iface *iface) acs_study_options() argument
846 acs_study(struct hostapd_iface *iface) acs_study() argument
887 acs_scan_complete(struct hostapd_iface *iface) acs_scan_complete() argument
920 acs_request_scan(struct hostapd_iface *iface) acs_request_scan() argument
963 acs_init(struct hostapd_iface *iface) acs_init() argument
[all...]
H A Dctrl_iface_ap.c652 struct hostapd_iface *iface = hapd->iface; in hostapd_ctrl_iface_status() local
[all...]
H A Dieee802_11_ht.c145 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update() argument
201 is_40_allowed(struct hostapd_iface *iface, int channel) is_40_allowed() argument
232 struct hostapd_iface *iface = hapd->iface; hostapd_2040_coex_action() local
410 ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta) ht40_intolerant_add() argument
433 ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta) ht40_intolerant_remove() argument
551 struct hostapd_iface *iface = eloop_data; ap_ht2040_timeout() local
[all...]
H A Dieee802_11_vht.c222 struct hostapd_iface *iface = hapd->iface; in hostapd_eid_txpower_envelope() local
[all...]
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_parameter_parse.cpp278 sptr<AAFwk::IInterface> iface = nullptr; in InnerWrapWantParamsArrayString() local
324 sptr<AAFwk::IInterface> iface = nullptr; in InnerWrapWantParamsArrayT() local
385 sptr<AAFwk::IInterface> iface = nullptr; in InnerWrapWantParamsArrayFd() local
/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dparameter_parse.cpp283 sptr<AAFwk::IInterface> iface = nullptr; in InnerWrapWantParamsArrayString() local
331 sptr<AAFwk::IInterface> iface = nullptr; in InnerWrapWantParamsArrayT() local
395 sptr<AAFwk::IInterface> iface = nullptr; in InnerWrapWantParamsArrayFd() local
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_want.cpp260 sptr<AAFwk::IInterface> iface = nullptr; in AceInnerWrapWantParamsArrayChar() local
288 sptr<AAFwk::IInterface> iface = nullptr; in AceInnerWrapWantParamsArrayString() local
314 sptr<AAFwk::IInterface> iface = nullptr; in AceInnerWrapWantParamsArrayBool() local
341 sptr<AAFwk::IInterface> iface in AceInnerWrapWantParamsArrayShort() local
366 sptr<AAFwk::IInterface> iface = nullptr; AceInnerWrapWantParamsArrayByte() local
394 sptr<AAFwk::IInterface> iface = nullptr; AceInnerWrapWantParamsArrayInt32() local
421 sptr<AAFwk::IInterface> iface = nullptr; AceInnerWrapWantParamsArrayInt64() local
448 sptr<AAFwk::IInterface> iface = nullptr; AceInnerWrapWantParamsArrayFloat() local
475 sptr<AAFwk::IInterface> iface = nullptr; AceInnerWrapWantParamsArrayDouble() local
[all...]
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_type.h162 char iface[NETCONN_MAX_STR_LEN]; member
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_traffic.cpp179 std::string iface = GetMatchIfaces(quotaPolicy); in UpdateMeteredIfacesQuota() local
343 void NetPolicyTraffic::ReachedLimit(const std::string &iface) in ReachedLimit() argument
359 std::string iface = GetMatchIfaces(quotaPolicy); GetTotalQuota() local
393 std::string iface; GetMatchIfaces() local
397 GetNetCenterInst().GetIfaceNameByType(static_cast<NetBearType>(quotaPolicy.networkmatchrule.netType), ident, iface); GetMatchIfaces() local
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_service_impl_test.cpp562 std::string iface = ""; in HWTEST_F() local
H A Dnetsys_native_client_test.cpp333 std::string iface = "vpncard"; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_service.cpp292 int32_t NetStatsService::GetIfaceStatsDetail(const std::string &iface, uint64_t start, uint64_t end, in GetIfaceStatsDetail() argument
327 int32_t NetStatsService::GetUidStatsDetail(const std::string &iface, uint32_ argument
362 UpdateIfacesStats(const std::string &iface, uint64_t start, uint64_t end, const NetStatsInfo &stats) UpdateIfacesStats() argument
[all...]
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp180 bool EthernetManagerTest::CheckIfaceUp(const std::string &iface) in CheckIfaceUp() argument
424 std::string iface = "eth0"; in HWTEST_F() local
433 std::string iface = "eth0"; in HWTEST_F() local
442 std::string iface; in HWTEST_F() local
707 std::string iface in HWTEST_F() local
722 std::string iface = "eth0"; HWTEST_F() local
737 std::string iface = "eth0"; HWTEST_F() local
752 std::string iface = "eth0"; HWTEST_F() local
877 const std::string iface = "eth0"; HWTEST_F() local
902 const std::string iface = "eth0"; HWTEST_F() local
916 std::string iface = "eth1"; HWTEST_F() local
927 std::string iface = "eth1"; HWTEST_F() local
1010 std::string iface = ""; HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi.c162 char *iface = NULL; in IdlCbkAddRemoveIface() local
[all...]
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp153 int32_t EthernetService::GlobalInterfaceStateCallback::OnInterfaceAdded(const std::string &iface) in OnInterfaceAdded() argument
161 int32_t EthernetService::GlobalInterfaceStateCallback::OnInterfaceRemoved(const std::string &iface) in OnInterfaceRemoved() argument
169 int32_t EthernetService::GlobalInterfaceStateCallback::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() argument
194 OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) OnBandwidthReachedLimit() argument
214 SetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ic) SetIfaceConfig() argument
229 GetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ifaceConfig) GetIfaceConfig() argument
244 IsIfaceActive(const std::string &iface, int32_t &activeStatus) IsIfaceActive() argument
321 SetInterfaceUp(const std::string &iface) SetInterfaceUp() argument
331 SetInterfaceDown(const std::string &iface) SetInterfaceDown() argument
341 GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &config) GetInterfaceConfig() argument
352 SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) SetInterfaceConfig() argument
[all...]
H A Ddev_interface_state.cpp355 void DevInterfaceState::CreateLocalRoute(const std::string &iface, const std::vector<INetAddr> &ipAddrList, in CreateLocalRoute() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c487 CoapCtxType *CoapServerInit(const struct in_addr *ip, void *iface) in CoapServerInit() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c355 CoapCtxType *CoapServerInit(const struct in_addr *ip, void *iface) in CoapServerInit() argument
/third_party/alsa-lib/modules/mixer/simple/
H A Dsbase.c460 snd_ctl_elem_iface_t iface = snd_hctl_elem_get_interface(helem); in simple_event_add() local
/third_party/alsa-lib/src/control/
H A Dnamehint.c38 snd_ctl_elem_iface_t iface; member
583 int snd_device_name_hint(int card, const char *iface, void ***hints) in snd_device_name_hint() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.h53 struct usb_interface *iface; member
/third_party/libwebsockets/test-apps/
H A Dtest-server.c418 const char *iface = NULL; in main() local
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c430 lws_plat_rawudp_broadcast(uint8_t *p, const uint8_t *canned, size_t canned_len, size_t n, int fd, const char *iface) lws_plat_rawudp_broadcast() argument
/third_party/toybox/toys/net/
H A Dnetstat.c281 char iface[64]={0}; in display_routes() local
/third_party/toybox/toys/pending/
H A Droute.c133 char iface[64] = {0,}, flag_val[10]; //there are 9 flags "UGHRDMDAC" for route. in display_routes() local
408 char iface[16] = {0,}, ipv6_dest_addr[41]; in display_routes6() local

Completed in 21 milliseconds

12345678910>>...14