HomeSort by relevance Sort by last modified time
    Searched refs:brname (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/drivers/
linux_ioctl.h 16 int linux_br_add(int sock, const char *brname);
17 int linux_br_del(int sock, const char *brname);
18 int linux_br_add_if(int sock, const char *brname, const char *ifname);
19 int linux_br_del_if(int sock, const char *brname, const char *ifname);
20 int linux_br_get(char *brname, const char *ifname);
linux_ioctl.c 136 int linux_br_add(int sock, const char *brname)
138 if (ioctl(sock, SIOCBRADDBR, brname) < 0) {
140 brname, strerror(errno));
148 int linux_br_del(int sock, const char *brname)
150 if (ioctl(sock, SIOCBRDELBR, brname) < 0) {
152 brname, strerror(errno));
160 int linux_br_add_if(int sock, const char *brname, const char *ifname)
170 os_strlcpy(ifr.ifr_name, brname, IFNAMSIZ);
174 "%s: %s", ifname, brname, strerror(errno));
182 int linux_br_del_if(int sock, const char *brname, const char *ifname
    [all...]
driver_madwifi.c 1131 char brname[IFNAMSIZ]; local
1169 } else if (linux_br_get(brname, drv->iface) == 0) {
1171 "EAPOL receive", brname);
1172 drv->sock_recv = l2_packet_init(brname, NULL, ETH_P_EAPOL,
    [all...]
driver_nl80211.c 228 char brname[IFNAMSIZ]; member in struct:i802_bss
9946 char brname[IFNAMSIZ]; local
    [all...]
driver_atheros.c 1704 char brname[IFNAMSIZ]; local
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 98 char brname[IFNAMSIZ]; member in struct:i802_bss

Completed in 357 milliseconds