HomeSort by relevance Sort by last modified time
    Searched refs:ifname (Results 176 - 200 of 358) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/connectivity/shill/dbus/
chromeos_supplicant_process_proxy.cc 158 const std::string& ifname, string* rpc_identifier) {
159 SLOG(&supplicant_proxy_->GetObjectPath(), 2) << __func__ << ": " << ifname; local
167 if (!supplicant_proxy_->GetInterface(ifname, &path, &error)) {
168 LOG(FATAL) << "Failed to get interface " << ifname << ": "
  /external/dhcpcd-6.8.2/
if.c 78 split_interface_lease(const char *ifname, int *interface_name_len,
83 const char *lease_ptr = ifname;
84 const char *p = strchr(ifname, '=');
89 len = strlen(ifname);
93 if (len > p - ifname)
94 len = p - ifname;
180 if_hasconf(struct dhcpcd_ctx *ctx, const char *ifname)
185 if (strcmp(ctx->ifcv[i], ifname) == 0)
628 if_domtu(const char *ifname, short int mtu)
636 strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name))
    [all...]
dhcpcd-run-hooks.in 13 ifname="$interface$ifsuffix${ifclass+.}$ifclass"
17 signature="$signature_base $from $ifname"
19 signature_end="$signature_base_end $from $ifname"
if-linux.c 90 int if_getssid_wext(const char *ifname, uint8_t *ssid);
245 if_vimaster(__unused const char *ifname)
672 handle_rename(struct dhcpcd_ctx *ctx, unsigned int ifindex, const char *ifname)
677 if (ifp->index == ifindex && strcmp(ifp->name, ifname)) {
681 dhcpcd_handleinterface(ctx, 1, ifname);
1730 const char *ifname; local
    [all...]
dev.c 40 dev_initialized(struct dhcpcd_ctx *ctx, const char *ifname)
45 return ctx->dev->initialized(ifname);
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 758 if (wpa_command(ctx->ifname, cmd) < 0)
776 if (set_cred_quoted(ctx->ifname, id, "excluded_ssid", txt) < 0)
842 if (set_cred_quoted(ctx->ifname, id, "roaming_partner", val) < 0)
913 set_cred(ctx->ifname, id, "min_dl_bandwidth_home", dl) < 0)
916 set_cred(ctx->ifname, id, "min_ul_bandwidth_home", ul) < 0)
920 set_cred(ctx->ifname, id, "min_dl_bandwidth_roaming", dl) <
924 set_cred(ctx->ifname, id, "min_ul_bandwidth_roaming", ul) <
999 if (set_cred(ctx->ifname, id, "req_conn_capab", buf) < 0)
1027 if (set_cred(ctx->ifname, id, "max_bss_load", str) < 0)
1069 if (set_cred(ctx->ifname, id, "sp_priority", str) < 0
2032 const char *ifname = ctx->ifname; local
2333 const char *ifname; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 270 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
275 params.ifname = ifname;
299 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname)
303 return hostapd_if_add(hapd, WPA_IF_AP_VLAN, ifname, hapd->own_addr,
308 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname)
310 return hostapd_if_remove(hapd, WPA_IF_AP_VLAN, ifname);
436 const char *ifname, const u8 *addr, void *bss_ctx,
442 return hapd->driver->if_add(hapd->drv_priv, type, ifname, addr,
449 const char *ifname)
    [all...]
  /external/iproute2/tc/
f_flower.c 200 char ifname[IFNAMSIZ]; local
203 memset(ifname, 0, sizeof(ifname));
204 strncpy(ifname, *argv, sizeof(ifname) - 1);
205 addattrstrz(n, MAX_MSG, TCA_FLOWER_INDEV, ifname);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 68 char ifname[100]; member in struct:l2_packet_data
349 const char *ifname, const u8 *own_addr, unsigned short protocol,
374 os_strlcpy(l2->ifname, ifname, sizeof(l2->ifname));
454 const char *br_ifname, const char *ifname, const u8 *own_addr,
l2_packet_privsep.c 129 const char *ifname, const u8 *own_addr, unsigned short protocol,
163 "%s/%s", priv_dir, ifname);
235 const char *br_ifname, const char *ifname, const u8 *own_addr,
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 92 * ifname -- name of interface
101 openInterface(char const *ifname, UINT16_t type, unsigned char *hwaddr)
138 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
146 sprintf(buffer, "Interface %.16s is not Ethernet", ifname);
154 ifname);
160 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
166 ifname, ifr.ifr_mtu, ETH_DATA_LEN);
175 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
182 strcpy(sa.sa_data, ifname);
219 strcpy(sa.sa_data, conn->ifName);
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
output.py 93 return cmp(a.ifname, b.ifname)
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_android.c 52 os_strlcpy(ifr.ifr_name, bss->ifname, IFNAMSIZ);
125 os_strlcpy(ifr.ifr_name, bss->ifname, IFNAMSIZ);
  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 161 if (add_ssdp_network(er->ifname)) {
169 er->ifname : NULL);
wps_er.h 78 char ifname[17]; member in struct:wps_er
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 26 ifname = None variable
65 if ifname:
66 if ifname not in ctrl:
553 parser.add_argument('--ifname', '-i',
587 if args.ifname:
588 global ifname
589 ifname = args.ifname
590 print "Selected ifname " + ifname
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
output.py 93 return cmp(a.ifname, b.ifname)
  /system/connectivity/dhcp_client/
device_info_unittest.cc 71 MATCHER_P(IfreqEquals, ifname, "") {
74 (strcmp(ifname, ifr->ifr_name) == 0);
  /external/wpa_supplicant_8/src/fst/
fst_group.c 22 static void fst_dump_mb_ies(const char *group_id, const char *ifname,
38 group_id, ifname,
242 const char *ifname)
249 if (os_strncmp(in, ifname, os_strlen(in)) == 0)
fst_session.h 59 int fst_session_set_str_ifname(struct fst_session *s, const char *ifname,
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 121 const char *path, const char *ifname,
  /system/netd/server/
NetdNativeService.h 54 binder::Status interfaceAddAddress(const std::string &ifName,
56 binder::Status interfaceDelAddress(const std::string &ifName,
60 int32_t family, int32_t which, const std::string &ifname, const std::string &parameter,
TetherController.cpp 297 for (const auto &ifname : mInterfaces) {
298 cmdLen += (ifname.size() + 1);
305 strcat(daemonCmd, ifname.c_str());
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 60 const char* ifname) {
61 debug("state:%d, local_role:%d, ifname:%s", state, local_role, ifname);
63 jstring js_ifname = sCallbackEnv->NewStringUTF(ifname);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 115 printf("wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvB] "
316 static int wpa_cli_open_connection(const char *ifname, int attach)
319 ctrl_conn = wpa_ctrl_open(ifname);
324 mon_conn = wpa_ctrl_open(ifname);
331 if (ifname == NULL)
336 cfile = os_strdup(ifname);
350 flen = os_strlen(ctrl_iface_dir) + os_strlen(ifname) + 2;
355 ifname);
430 os_snprintf(buf, sizeof(buf), "IFNAME=%s %s",
509 return wpa_ctrl_command(ctrl, "IFNAME");
3702 const char *ifname = ctrl_ifname; local
4287 char *ifname = NULL; local
    [all...]

Completed in 1376 milliseconds

1 2 3 4 5 6 78 91011>>