Home
last modified time | relevance | path

Searched refs:ifname (Results 1 – 25 of 30) sorted by relevance

12

/hardware/interfaces/wifi/1.1/default/
Dwifi_chip.cpp164 Return<void> WifiChip::getApIface(const hidl_string& ifname, in getApIface() argument
170 ifname); in getApIface()
173 Return<void> WifiChip::removeApIface(const hidl_string& ifname, in removeApIface() argument
179 ifname); in removeApIface()
196 Return<void> WifiChip::getNanIface(const hidl_string& ifname, in getNanIface() argument
202 ifname); in getNanIface()
205 Return<void> WifiChip::removeNanIface(const hidl_string& ifname, in removeNanIface() argument
211 ifname); in removeNanIface()
228 Return<void> WifiChip::getP2pIface(const hidl_string& ifname, in getP2pIface() argument
234 ifname); in getP2pIface()
[all …]
Dwifi_chip.h87 Return<void> getApIface(const hidl_string& ifname,
89 Return<void> removeApIface(const hidl_string& ifname,
93 Return<void> getNanIface(const hidl_string& ifname,
95 Return<void> removeNanIface(const hidl_string& ifname,
99 Return<void> getP2pIface(const hidl_string& ifname,
101 Return<void> removeP2pIface(const hidl_string& ifname,
105 Return<void> getStaIface(const hidl_string& ifname,
107 Return<void> removeStaIface(const hidl_string& ifname,
154 const std::string& ifname);
155 WifiStatus removeApIfaceInternal(const std::string& ifname);
[all …]
Dwifi_p2p_iface.cpp31 const std::string& ifname, in WifiP2pIface() argument
33 : ifname_(ifname), legacy_hal_(legacy_hal), is_valid_(true) {} in WifiP2pIface()
Dwifi_ap_iface.cpp32 const std::string& ifname, in WifiApIface() argument
34 : ifname_(ifname), legacy_hal_(legacy_hal), is_valid_(true) {} in WifiApIface()
Dwifi_p2p_iface.h37 WifiP2pIface(const std::string& ifname,
Dwifi_ap_iface.h37 WifiApIface(const std::string& ifname,
Dwifi_nan_iface.h39 WifiNanIface(const std::string& ifname,
Dwifi_sta_iface.h39 WifiStaIface(const std::string& ifname,
Dwifi_sta_iface.cpp32 const std::string& ifname, in WifiStaIface() argument
34 : ifname_(ifname), legacy_hal_(legacy_hal), is_valid_(true) { in WifiStaIface()
Dwifi_nan_iface.cpp32 const std::string& ifname, in WifiNanIface() argument
34 : ifname_(ifname), legacy_hal_(legacy_hal), is_valid_(true) { in WifiNanIface()
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c91 " cmd (%s)", bss->ifname, cmd); in wpa_driver_nl80211_driver_cmd()
96 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 0); in wpa_driver_nl80211_driver_cmd()
99 linux_set_iface_flags(drv->global->ioctl_sock, bss->ifname, 1); in wpa_driver_nl80211_driver_cmd()
104 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr); in wpa_driver_nl80211_driver_cmd()
112 os_strlcpy(ifr.ifr_name, bss->ifname, IFNAMSIZ); in wpa_driver_nl80211_driver_cmd()
Ddriver_cmd_wext.c118 os_strlcpy(iwr.ifr_name, drv->ifname, IFNAMSIZ); in wpa_driver_wext_combo_scan()
261 os_strlcpy(iwr.ifr_name, drv->ifname, IFNAMSIZ); in wpa_driver_set_backgroundscan_params()
304 linux_set_iface_flags(drv->ioctl_sock, drv->ifname, 0); in wpa_driver_wext_driver_cmd()
322 os_strlcpy(iwr.ifr_name, drv->ifname, IFNAMSIZ); in wpa_driver_wext_driver_cmd()
357 linux_set_iface_flags(drv->ioctl_sock, drv->ifname, 1); in wpa_driver_wext_driver_cmd()
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c79 linux_set_iface_flags(drv->global->ioctl_sock, driver->first_bss->ifname, 1); in wpa_driver_nl80211_driver_cmd()
85 ret = linux_get_ifhwaddr(drv->global->ioctl_sock, bss->ifname, macaddr); in wpa_driver_nl80211_driver_cmd()
93 os_strlcpy(ifr.ifr_name, bss->ifname, IFNAMSIZ); in wpa_driver_nl80211_driver_cmd()
124 linux_set_iface_flags(drv->global->ioctl_sock, driver->first_bss->ifname, 0); in wpa_driver_nl80211_driver_cmd()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c444 char *ifname = NULL; in main() local
458 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) { in main()
459 if (ifname) in main()
460 strncpy(ifr.ifr_name, ifname, IFNAMSIZ); in main()
561 char *ifname = NULL; in process_args() local
582 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) { in process_args()
585 if (ifname) in process_args()
586 strncpy(ifr->ifr_name, ifname, IFNAMSIZ); in process_args()
Ddhdu.c366 char *ifname = NULL; in dhd_option() local
377 ifname = *argv; in dhd_option()
378 if (!ifname) { in dhd_option()
410 *pifname = ifname; in dhd_option()
/hardware/interfaces/wifi/1.0/
DIWifiChip.hal331 * to the provided ifname.
333 * @param ifname Name of the iface.
342 getApIface(string ifname) generates (WifiStatus status, IWifiApIface iface);
345 * Removes the AP Iface with the provided ifname.
349 * @param ifname Name of the iface.
356 removeApIface(string ifname) generates (WifiStatus status);
391 * to the provided ifname.
393 * @param ifname Name of the iface.
402 getNanIface(string ifname) generates (WifiStatus status, IWifiNanIface iface);
405 * Removes the NAN Iface with the provided ifname.
[all …]
/hardware/libhardware/include/hardware/
Dbt_pan.h44 bt_status_t error, const char* ifname);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmevent.h64 char ifname[BCM_MSG_IFNAME_MAX]; /* name of the packet incoming interface */
78 char ifname[BCM_MSG_IFNAME_MAX]; /* name of the packet incoming interface */
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Defs.h327 char ifname[IPA_IFACE_NAME_LEN]; member
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_ConntrackClient.cpp235 IPACMDBG("Ignore connections destinated to interface %s", param->ifname); in IPA_Conntrack_Filters_Ignore_Local_Iface()
243 IPACMDBG("Ignore connections orignated from interface %s", param->ifname); in IPA_Conntrack_Filters_Ignore_Local_Iface()
DIPACM_ConntrackListener.cpp116 evt, ((ipacm_event_iface_up *)data)->ifname, in event_callback()
351 wanup_data->ifname, wanup_data->ipv4_addr); in TriggerWANUp()
372 memcpy(wan_ifname, wanup_data->ifname, sizeof(wan_ifname)); in TriggerWANUp()
DIPACM_Wan.cpp1579 memcpy(wanup_data->ifname, dev_name, sizeof(wanup_data->ifname)); in handle_route_add_evt()
1591 wanup_data->ifname, wanup_data->ipv4_addr, wanup_data->is_sta); in handle_route_add_evt()
1634 memcpy(wanup_data->ifname, dev_name, sizeof(wanup_data->ifname)); in handle_route_add_evt()
1645 IPACMDBG_H("if_name:%s, is sta mode: %d\n", wanup_data->ifname, wanup_data->is_sta); in handle_route_add_evt()
/hardware/ril/include/telephony/
Dril.h467 char * ifname; /* The network interface name */ member
498 char * ifname; /* The network interface name */ member
531 char * ifname; /* The network interface name */ member
/hardware/ril/reference-ril/
Dril.h467 char * ifname; /* The network interface name */ member
498 char * ifname; /* The network interface name */ member
531 char * ifname; /* The network interface name */ member
Dreference-ril.c489 responses[i].ifname = ""; in requestOrSendDataCallList()
570 responses[i].ifname = alloca(ifname_size); in requestOrSendDataCallList()
571 strlcpy(responses[i].ifname, PPP_TTY_PATH, ifname_size); in requestOrSendDataCallList()

12