Home
last modified time | relevance | path

Searched refs:iface (Results 51 - 75 of 1606) sorted by relevance

12345678910>>...65

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dbss_load.c47 struct hostapd_iface *iface = hapd->iface; in update_channel_utilization() local
52 err = hostapd_drv_get_survey(hapd, hapd->iface->freq); in update_channel_utilization()
64 iface->chan_util_samples_sum += iface->channel_utilization; in update_channel_utilization()
65 iface->chan_util_num_sample_periods += in update_channel_utilization()
67 if (iface->chan_util_num_sample_periods >= in update_channel_utilization()
69 iface->chan_util_average = in update_channel_utilization()
70 iface->chan_util_samples_sum / in update_channel_utilization()
71 (iface in update_channel_utilization()
[all...]
H A Dutils.c48 static int prune_associations(struct hostapd_iface *iface, void *ctx) in prune_associations() argument
55 for (j = 0; j < iface->num_bss; j++) { in prune_associations()
56 ohapd = iface->bss[j]; in prune_associations()
61 if (ohapd->iface->fst && in prune_associations()
62 data->hapd->iface->fst && in prune_associations()
63 fst_are_ifaces_aggregated(ohapd->iface->fst, in prune_associations()
64 data->hapd->iface->fst)) in prune_associations()
72 ohapd->conf->iface, MAC2STR(osta->addr)); in prune_associations()
92 if (hapd->iface->interfaces && in hostapd_prune_associations()
93 hapd->iface in hostapd_prune_associations()
[all...]
H A Dieee802_11_he.c51 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_capab()
63 switch (hapd->iface->conf->he_oper_chwidth) { in hostapd_eid_he_capab()
99 if (hapd->iface->conf->he_phy_capab.he_su_beamformer) in hostapd_eid_he_capab()
106 if (hapd->iface->conf->he_phy_capab.he_su_beamformee) in hostapd_eid_he_capab()
113 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer) in hostapd_eid_he_capab()
136 if (!hapd->iface->current_mode) in hostapd_eid_he_operation()
146 if (hapd->iface->conf->he_op.he_default_pe_duration) in hostapd_eid_he_operation()
147 params |= (hapd->iface->conf->he_op.he_default_pe_duration << in hostapd_eid_he_operation()
150 if (hapd->iface->conf->he_op.he_twt_required) in hostapd_eid_he_operation()
153 if (hapd->iface in hostapd_eid_he_operation()
[all...]
H A Dairtime_policy.c29 * - Separate periodic per-bss (or per-iface?) callback to update weights.
36 static int get_airtime_policy_update_timeout(struct hostapd_iface *iface, in get_airtime_policy_update_timeout() argument
40 unsigned int update_int = iface->conf->airtime_update_interval; in get_airtime_policy_update_timeout()
131 struct hostapd_iface *iface = eloop_data; in update_airtime_weights() local
138 Boolean apply_limit = iface->conf->airtime_mode == AIRTIME_MODE_DYNAMIC; in update_airtime_weights()
142 for (i = 0; i < iface->num_bss; i++) { in update_airtime_weights()
143 bss = iface->bss[i]; in update_airtime_weights()
161 for (i = 0; i < iface->num_bss; i++) { in update_airtime_weights()
162 bss = iface->bss[i]; in update_airtime_weights()
188 for (i = 0; i < iface in update_airtime_weights()
251 airtime_policy_update_init(struct hostapd_iface *iface) airtime_policy_update_init() argument
266 airtime_policy_update_deinit(struct hostapd_iface *iface) airtime_policy_update_deinit() argument
[all...]
H A Ddfs.h12 int hostapd_handle_dfs(struct hostapd_iface *iface);
14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
17 int hostapd_dfs_pre_cac_expired(struct hostapd_iface *iface, int freq,
20 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
24 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
27 int hostapd_is_dfs_required(struct hostapd_iface *iface);
28 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq,
31 int hostapd_handle_dfs_offload(struct hostapd_iface *iface);
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp60 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceAdded(const std::string &iface) in OnInterfaceAdded() argument
63 if (std::regex_search(iface, re)) { in OnInterfaceAdded()
64 ethernetManagement_.DevInterfaceAdd(iface); in OnInterfaceAdded()
65 if (NetsysController::GetInstance().SetInterfaceUp(iface) != ERR_NONE) { in OnInterfaceAdded()
66 NETMGR_EXT_LOG_E("Iface[%{public}s] added set up fail!", iface.c_str()); in OnInterfaceAdded()
72 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceRemoved(const std::string &iface) in OnInterfaceRemoved() argument
75 if (std::regex_search(iface, re)) { in OnInterfaceRemoved()
76 ethernetManagement_.DevInterfaceRemove(iface); in OnInterfaceRemoved()
77 if (NetsysController::GetInstance().SetInterfaceDown(iface) != ERR_NONE) { in OnInterfaceRemoved()
78 NETMGR_EXT_LOG_E("Iface[%{public}s] added set down fail!", iface in OnInterfaceRemoved()
114 OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) OnBandwidthReachedLimit() argument
214 GetMacAddr(const std::string &iface) GetMacAddr() argument
248 UpdateDevInterfaceCfg(const std::string &iface, sptr<InterfaceConfiguration> cfg) UpdateDevInterfaceCfg() argument
336 GetDevInterfaceCfg(const std::string &iface, sptr<InterfaceConfiguration> &ifaceConfig) GetDevInterfaceCfg() argument
356 IsIfaceActive(const std::string &iface, int32_t &activeStatus) IsIfaceActive() argument
445 IsIfaceLinkUp(const std::string &iface) IsIfaceLinkUp() argument
[all...]
H A Dethernet_dhcp_controller.cpp57 void EthernetDhcpController::StartClient(const std::string &iface, bool bIpv6) in StartClient() argument
62 if (RegisterDhcpClientCallBack(iface.c_str(), &clientEvent) != DHCP_SUCCESS) { in StartClient()
66 NETMGR_EXT_LOG_I("Start dhcp client iface[%{public}s] ipv6[%{public}d]", iface.c_str(), bIpv6); in StartClient()
67 if (StartDhcpClient(iface.c_str(), bIpv6) != DHCP_SUCCESS) { in StartClient()
72 void EthernetDhcpController::StopClient(const std::string &iface, bool bIpv6) in StopClient() argument
74 NETMGR_EXT_LOG_D("StopClient iface[%{public}s] ipv6[%{public}d]", iface.c_str(), bIpv6); in StopClient()
75 if (StopDhcpClient(iface.c_str(), bIpv6) != DHCP_SUCCESS) { in StopClient()
80 void EthernetDhcpController::OnDhcpSuccess(const std::string &iface, DhcpResul argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dbeacon.c58 *eid++ = hapd->iface->channel_utilization; in hostapd_eid_bss_load()
70 if (hapd->iface->current_mode == NULL || in ieee802_11_erp_info()
71 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ieee802_11_erp_info()
74 if (hapd->iface->olbc) in ieee802_11_erp_info()
76 if (hapd->iface->num_sta_non_erp > 0) { in ieee802_11_erp_info()
80 if (hapd->iface->num_sta_no_short_preamble > 0 || in ieee802_11_erp_info()
99 if (hapd->iface->current_mode == NULL || in hostapd_eid_erp_info()
100 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in hostapd_eid_erp_info()
127 if (hapd->iface->current_mode == NULL || in hostapd_eid_pwr_constraint()
128 hapd->iface in hostapd_eid_pwr_constraint()
657 struct hostapd_iface *iface = hapd->iface; ssid_match() local
723 sta_track_expire(struct hostapd_iface *iface, int force) sta_track_expire() argument
750 sta_track_get(struct hostapd_iface *iface, const u8 *addr) sta_track_get() argument
763 sta_track_add(struct hostapd_iface *iface, const u8 *addr, int ssi_signal) sta_track_add() argument
798 sta_track_seen_on(struct hostapd_iface *iface, const u8 *addr, const char *ifname) sta_track_seen_on() argument
824 sta_track_claim_taxonomy_info(struct hostapd_iface *iface, const u8 *addr, struct wpabuf **probe_ie_taxonomy) sta_track_claim_taxonomy_info() argument
1783 struct hostapd_iface *iface = hapd->iface; __ieee802_11_set_beacon() local
1870 struct hostapd_iface *iface = hapd->iface; ieee802_11_set_beacon() local
1904 ieee802_11_set_beacons(struct hostapd_iface *iface) ieee802_11_set_beacons() argument
1920 ieee802_11_update_beacons(struct hostapd_iface *iface) ieee802_11_update_beacons() argument
[all...]
H A Dairtime_policy.c29 * - Separate periodic per-bss (or per-iface?) callback to update weights.
36 static int get_airtime_policy_update_timeout(struct hostapd_iface *iface, in get_airtime_policy_update_timeout() argument
40 unsigned int update_int = iface->conf->airtime_update_interval; in get_airtime_policy_update_timeout()
135 struct hostapd_iface *iface = eloop_data; in update_airtime_weights() local
142 bool apply_limit = iface->conf->airtime_mode == AIRTIME_MODE_DYNAMIC; in update_airtime_weights()
146 for (i = 0; i < iface->num_bss; i++) { in update_airtime_weights()
147 bss = iface->bss[i]; in update_airtime_weights()
165 for (i = 0; i < iface->num_bss; i++) { in update_airtime_weights()
166 bss = iface->bss[i]; in update_airtime_weights()
192 for (i = 0; i < iface in update_airtime_weights()
255 airtime_policy_update_init(struct hostapd_iface *iface) airtime_policy_update_init() argument
270 airtime_policy_update_deinit(struct hostapd_iface *iface) airtime_policy_update_deinit() argument
[all...]
/third_party/ltp/testcases/network/stress/route/
H A Droute-change-netlink.c35 struct iface { struct
37 struct iface *next;
38 char iface[IFNAMSIZ]; member
48 static struct iface *iface; variable
53 struct iface *n = SAFE_MALLOC(sizeof(*n)); in save_iface()
54 struct iface **list = (struct iface**)data; in save_iface()
56 strncpy(n->iface, item, sizeof(n->iface)); in save_iface()
176 brk_on_route_error(const char *msg, int iface, struct sockaddr *dst, struct sockaddr *gw, int type) brk_on_route_error() argument
190 rtnl_route(int iface, struct addrinfo *dst, struct addrinfo *gw, int type) rtnl_route() argument
[all...]
/third_party/selinux/libsepol/src/
H A Dinterfaces.c14 ocontext_t ** iface, const sepol_iface_t * record) in iface_from_record()
47 *iface = tmp_iface; in iface_from_record()
68 ocontext_t * iface, sepol_iface_t ** record) in iface_to_record()
71 char *name = iface->u.name; in iface_to_record()
72 context_struct_t *ifcon = &iface->context[0]; in iface_to_record()
73 context_struct_t *msgcon = &iface->context[1]; in iface_to_record()
171 ocontext_t *head, *prev, *c, *iface = NULL; in sepol_iface_modify() local
176 if (iface_from_record(handle, policydb, &iface, data) < 0) in sepol_iface_modify()
185 iface->next = c->next; in sepol_iface_modify()
187 policydb->ocontexts[OCON_NETIF] = iface; in sepol_iface_modify()
12 iface_from_record(sepol_handle_t * handle, const policydb_t * policydb, ocontext_t ** iface, const sepol_iface_t * record) iface_from_record() argument
66 iface_to_record(sepol_handle_t * handle, const policydb_t * policydb, ocontext_t * iface, sepol_iface_t ** record) iface_to_record() argument
235 sepol_iface_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_iface_t * iface, void *fn_arg), void *arg) sepol_iface_iterate() argument
243 sepol_iface_t *iface = NULL; sepol_iface_iterate() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_monitor.cpp111 std::string iface = WifiConfigCenter::GetInstance().GetApIfaceName(); in StartMonitor() local
112 m_selectIfacName = iface; in StartMonitor()
113 m_setMonitorIface.insert(iface); in StartMonitor()
117 const std::string &iface, ApStatemachineEvent msgName, int param1, int param2, const std::any &messageObj) const in SendMessage()
119 if (m_setMonitorIface.count(iface) > 0) { in SendMessage()
120 auto iter = m_mapHandler.find(iface); in SendMessage()
122 WIFI_LOGI("Ap Monitor event: iface [%{public}s], eventID [%{public}d].", in SendMessage()
123 iface.c_str(), in SendMessage()
128 WIFI_LOGE("iface: %{public}s is not register handler.", iface in SendMessage()
116 SendMessage( const std::string &iface, ApStatemachineEvent msgName, int param1, int param2, const std::any &messageObj) const SendMessage() argument
141 RegisterHandler(const std::string &iface, const std::function<HandlerApMethod> &handler) RegisterHandler() argument
151 UnregisterHandler(const std::string &iface) UnregisterHandler() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c64 struct hostap_interface *iface; in hostap_data_start_xmit() local
77 iface = netdev_priv(dev); in hostap_data_start_xmit()
78 local = iface->local; in hostap_data_start_xmit()
180 else if (iface->type == HOSTAP_INTERFACE_WDS) in hostap_data_start_xmit()
181 memcpy(&hdr.addr1, iface->u.wds.remote_addr, in hostap_data_start_xmit()
217 iface->stats.tx_dropped++; in hostap_data_start_xmit()
223 iface->stats.tx_dropped++; in hostap_data_start_xmit()
231 iface->stats.tx_dropped++; in hostap_data_start_xmit()
237 iface->stats.tx_dropped++; in hostap_data_start_xmit()
249 iface in hostap_data_start_xmit()
272 struct hostap_interface *iface; hostap_mgmt_start_xmit() local
318 struct hostap_interface *iface; hostap_tx_encrypt() local
385 struct hostap_interface *iface; hostap_master_start_xmit() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c64 struct hostap_interface *iface; in hostap_data_start_xmit() local
77 iface = netdev_priv(dev); in hostap_data_start_xmit()
78 local = iface->local; in hostap_data_start_xmit()
180 else if (iface->type == HOSTAP_INTERFACE_WDS) in hostap_data_start_xmit()
181 memcpy(&hdr.addr1, iface->u.wds.remote_addr, in hostap_data_start_xmit()
217 iface->stats.tx_dropped++; in hostap_data_start_xmit()
223 iface->stats.tx_dropped++; in hostap_data_start_xmit()
231 iface->stats.tx_dropped++; in hostap_data_start_xmit()
237 iface->stats.tx_dropped++; in hostap_data_start_xmit()
249 iface in hostap_data_start_xmit()
272 struct hostap_interface *iface; hostap_mgmt_start_xmit() local
318 struct hostap_interface *iface; hostap_tx_encrypt() local
385 struct hostap_interface *iface; hostap_master_start_xmit() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new.c135 struct wpas_dbus_priv *iface; in wpas_dbus_signal_interface() local
139 iface = wpa_s->global->dbus; in wpas_dbus_signal_interface()
142 if (iface == NULL || !wpa_s->dbus_new_path) in wpas_dbus_signal_interface()
155 iface, wpa_s->dbus_new_path, in wpas_dbus_signal_interface()
159 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_interface()
198 struct wpas_dbus_priv *iface; in wpas_dbus_signal_scan_done() local
202 iface = wpa_s->global->dbus; in wpas_dbus_signal_scan_done()
205 if (iface == NULL || !wpa_s->dbus_new_path) in wpas_dbus_signal_scan_done()
217 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_scan_done()
237 struct wpas_dbus_priv *iface; in wpas_dbus_signal_bss() local
306 struct wpas_dbus_priv *iface; wpas_dbus_signal_blob() local
371 struct wpas_dbus_priv *iface; wpas_dbus_signal_network() local
463 struct wpas_dbus_priv *iface; wpas_dbus_signal_network_request() local
540 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_pbc_overlap() local
578 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_success() local
619 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_fail() local
665 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_m2d() local
729 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_cred() local
808 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_group_started() local
841 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_group_removed() local
875 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_peer_connected() local
907 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_peer_disconnected() local
951 struct wpas_dbus_priv *iface; wpas_dbus_signal_interworking_ap_added() local
1006 struct wpas_dbus_priv *iface; wpas_dbus_signal_interworking_select_done() local
1037 struct wpas_dbus_priv *iface; wpas_dbus_signal_certification() local
1083 struct wpas_dbus_priv *iface; wpas_dbus_signal_eap_status() local
1122 struct wpas_dbus_priv *iface; wpas_dbus_signal_sta() local
1195 struct wpas_dbus_priv *iface; wpas_dbus_signal_station() local
1267 struct wpas_dbus_priv *iface = wpa_s->global->dbus; wpas_dbus_signal_p2p_group_removed() local
1332 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_provision_discovery() local
1438 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_go_neg_req() local
1580 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_group_started() local
1647 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_go_neg_resp() local
1761 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_invitation_result() local
1809 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_peer_joined() local
1866 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_peer_disconnected() local
1932 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_sd_request() local
2000 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_sd_response() local
2061 struct wpas_dbus_priv *iface; wpas_dbus_signal_persistent_group() local
2149 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_wps_failed() local
2196 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_group_formation_failure() local
2240 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_invitation_received() local
4560 struct wpas_dbus_priv *iface; wpas_dbus_signal_peer() local
4746 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_find_stopped() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dmost.h241 int (*configure)(struct most_interface *iface, int channel_idx,
243 int (*enqueue)(struct most_interface *iface, int channel_idx,
245 int (*poison_channel)(struct most_interface *iface, int channel_idx);
246 void (*request_netinfo)(struct most_interface *iface, int channel_idx,
247 void (*on_netinfo)(struct most_interface *iface,
267 int (*probe_channel)(struct most_interface *iface, int channel_idx,
270 int (*disconnect_channel)(struct most_interface *iface,
273 int (*tx_completion)(struct most_interface *iface, int channel_idx);
279 * @iface: Pointer to the interface instance description.
286 int most_register_interface(struct most_interface *iface);
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dmost.h241 int (*configure)(struct most_interface *iface, int channel_idx,
243 int (*enqueue)(struct most_interface *iface, int channel_idx,
245 int (*poison_channel)(struct most_interface *iface, int channel_idx);
246 void (*request_netinfo)(struct most_interface *iface, int channel_idx,
247 void (*on_netinfo)(struct most_interface *iface,
267 int (*probe_channel)(struct most_interface *iface, int channel_idx,
270 int (*disconnect_channel)(struct most_interface *iface,
273 int (*tx_completion)(struct most_interface *iface, int channel_idx);
279 * @iface: Pointer to the interface instance description.
286 int most_register_interface(struct most_interface *iface);
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_web.c182 static void format_wps_device_xml(struct upnp_wps_device_interface *iface, in format_wps_device_xml() argument
195 s = iface->wps->friendly_name; in format_wps_device_xml()
199 s = iface->wps->dev.manufacturer; in format_wps_device_xml()
203 if (iface->wps->manufacturer_url) in format_wps_device_xml()
205 iface->wps->manufacturer_url); in format_wps_device_xml()
207 if (iface->wps->model_description) in format_wps_device_xml()
209 iface->wps->model_description); in format_wps_device_xml()
211 s = iface->wps->dev.model_name; in format_wps_device_xml()
215 if (iface->wps->dev.model_number) in format_wps_device_xml()
217 iface in format_wps_device_xml()
316 struct upnp_wps_device_interface *iface; web_connection_parse_get() local
428 struct upnp_wps_device_interface *iface; web_process_get_device_info() local
497 struct upnp_wps_device_interface *iface; web_process_put_message() local
583 struct upnp_wps_device_interface *iface; web_process_put_wlan_response() local
707 struct upnp_wps_device_interface *iface; web_process_set_selected_registrar() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_web.c182 static void format_wps_device_xml(struct upnp_wps_device_interface *iface, in format_wps_device_xml() argument
195 s = iface->wps->friendly_name; in format_wps_device_xml()
199 s = iface->wps->dev.manufacturer; in format_wps_device_xml()
203 if (iface->wps->manufacturer_url) in format_wps_device_xml()
205 iface->wps->manufacturer_url); in format_wps_device_xml()
207 if (iface->wps->model_description) in format_wps_device_xml()
209 iface->wps->model_description); in format_wps_device_xml()
211 s = iface->wps->dev.model_name; in format_wps_device_xml()
215 if (iface->wps->dev.model_number) in format_wps_device_xml()
217 iface in format_wps_device_xml()
316 struct upnp_wps_device_interface *iface; web_connection_parse_get() local
428 struct upnp_wps_device_interface *iface; web_process_get_device_info() local
497 struct upnp_wps_device_interface *iface; web_process_put_message() local
583 struct upnp_wps_device_interface *iface; web_process_put_wlan_response() local
707 struct upnp_wps_device_interface *iface; web_process_set_selected_registrar() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new.c135 struct wpas_dbus_priv *iface; in wpas_dbus_signal_interface() local
139 iface = wpa_s->global->dbus; in wpas_dbus_signal_interface()
142 if (iface == NULL || !wpa_s->dbus_new_path) in wpas_dbus_signal_interface()
155 iface, wpa_s->dbus_new_path, in wpas_dbus_signal_interface()
159 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_interface()
198 struct wpas_dbus_priv *iface; in wpas_dbus_signal_scan_done() local
202 iface = wpa_s->global->dbus; in wpas_dbus_signal_scan_done()
205 if (iface == NULL || !wpa_s->dbus_new_path) in wpas_dbus_signal_scan_done()
217 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_scan_done()
237 struct wpas_dbus_priv *iface; in wpas_dbus_signal_bss() local
306 struct wpas_dbus_priv *iface; wpas_dbus_signal_blob() local
371 struct wpas_dbus_priv *iface; wpas_dbus_signal_network() local
463 struct wpas_dbus_priv *iface; wpas_dbus_signal_network_request() local
540 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_pbc_overlap() local
578 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_success() local
619 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_fail() local
665 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_m2d() local
729 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_cred() local
804 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_group_started() local
837 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_group_removed() local
871 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_peer_connected() local
903 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_peer_disconnected() local
943 struct wpas_dbus_priv *iface; wpas_dbus_signal_certification() local
984 struct wpas_dbus_priv *iface; wpas_dbus_signal_eap_status() local
1023 struct wpas_dbus_priv *iface; wpas_dbus_signal_sta() local
1096 struct wpas_dbus_priv *iface; wpas_dbus_signal_station() local
1168 struct wpas_dbus_priv *iface = wpa_s->global->dbus; wpas_dbus_signal_p2p_group_removed() local
1233 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_provision_discovery() local
1339 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_go_neg_req() local
1481 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_group_started() local
1548 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_go_neg_resp() local
1662 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_invitation_result() local
1710 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_peer_joined() local
1767 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_peer_disconnected() local
1833 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_sd_request() local
1901 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_sd_response() local
1962 struct wpas_dbus_priv *iface; wpas_dbus_signal_persistent_group() local
2050 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_wps_failed() local
2097 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_group_formation_failure() local
2141 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_invitation_received() local
4403 struct wpas_dbus_priv *iface; wpas_dbus_signal_peer() local
4589 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_find_stopped() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt.c100 * @iface: Pointer to hardware counter backend interface.
118 const struct kbase_hwcnt_backend_interface *iface; member
126 int kbase_hwcnt_context_init(const struct kbase_hwcnt_backend_interface *iface, struct kbase_hwcnt_context **out_hctx) in kbase_hwcnt_context_init() argument
130 if (!iface || !out_hctx) { in kbase_hwcnt_context_init()
139 hctx->iface = iface; in kbase_hwcnt_context_init()
175 hctx->iface->term(hctx->accum.backend); in kbasep_hwcnt_accumulator_term()
192 errcode = hctx->iface->init(hctx->iface->info, &hctx->accum.backend); in kbasep_hwcnt_accumulator_init()
199 errcode = kbase_hwcnt_enable_map_alloc(hctx->iface in kbasep_hwcnt_accumulator_init()
[all...]
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dusb.c398 * @iface: USB interface to link to
410 int i2400mu_probe(struct usb_interface *iface, in i2400mu_probe() argument
415 struct device *dev = &iface->dev; in i2400mu_probe()
418 struct usb_device *usb_dev = interface_to_usbdev(iface); in i2400mu_probe()
420 if (iface->cur_altsetting->desc.bNumEndpoints < 4) in i2400mu_probe()
440 i2400mu->usb_iface = iface; in i2400mu_probe()
441 usb_set_intfdata(iface, i2400mu); in i2400mu_probe()
490 iface->needs_remote_wakeup = 1; /* autosuspend (15s delay) */ in i2400mu_probe()
505 usb_set_intfdata(iface, NULL); in i2400mu_probe()
521 void i2400mu_disconnect(struct usb_interface *iface) in i2400mu_disconnect() argument
578 i2400mu_suspend(struct usb_interface *iface, pm_message_t pm_msg) i2400mu_suspend() argument
638 i2400mu_resume(struct usb_interface *iface) i2400mu_resume() argument
663 i2400mu_reset_resume(struct usb_interface *iface) i2400mu_reset_resume() argument
686 i2400mu_pre_reset(struct usb_interface *iface) i2400mu_pre_reset() argument
701 i2400mu_post_reset(struct usb_interface *iface) i2400mu_post_reset() argument
[all...]
/third_party/ltp/testcases/network/stress/interface/
H A Dif-addr-addlarge.sh14 local iface=$(tst_iface)
18 tst_res TINFO "check interval that $iface is working: $CHECK_INTERVAL"
50 ifconfig $iface add $new_ip/$netmask
52 ifconfig $iface:$x:$y $new_ip netmask 255.255.0.0
55 ip) ip addr add $new_ip/$netmask dev $iface ;;
59 tst_res TFAIL "command failed to add $new_ip to $iface"
63 ip addr show $iface | grep -q $new_ip
65 ip addr show $iface
75 ifconfig $iface del $new_ip/$netmask
77 ifconfig $iface
[all...]
H A Dif-updown.sh14 local iface=$(tst_iface)
16 tst_res TINFO "'$cmd' ups/downs $iface $IF_UPDOWN_TIMES times"
22 ifconfig) ifconfig $iface down ;;
23 ip) ip link set $iface down ;;
26 tst_res TFAIL "Failed to down $iface"
31 ifconfig) ifconfig $iface up ;;
32 ip) ip link set $iface up ;;
35 tst_res TFAIL "Failed to up $iface"
/third_party/ltp/testcases/network/iproute/
H A Dip_tests.sh25 iface=ltp_dummy
28 ROD ip link add $iface type dummy
31 ROD ip addr add ${ip4_addr}/24 dev $iface
49 [ -n "$iface" -a -d /sys/class/net/$iface ] && ip link del $iface
60 tst_res TINFO "changing mtu size of $iface device"
62 MTUSZ_BAK=$(cat /sys/class/net/${iface}/mtu)
63 ip link set ${iface} mtu 1281
69 MTUSZ=$(cat /sys/class/net/${iface}/mt
[all...]

Completed in 20 milliseconds

12345678910>>...65