HomeSort by relevance Sort by last modified time
    Searched refs:vlan (Results 1 - 25 of 37) sorted by null

1 2

  /external/wpa_supplicant_8/src/ap/
vlan_init.c 2 * hostapd / VLAN initialization
50 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) "
59 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl(SIOCGIFFLAGS) failed "
72 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl(SIOCSIFFLAGS) failed "
86 wpa_printf(MSG_DEBUG, "VLAN: Set interface %s up", if_name);
93 wpa_printf(MSG_DEBUG, "VLAN: Set interface %s down", if_name);
118 wpa_printf(MSG_DEBUG, "VLAN: br_delif(%s, %s)", br_name, if_name);
120 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) "
128 wpa_printf(MSG_ERROR, "VLAN: %s: Failure determining "
143 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl[SIOCDEVPRIVATE,
487 struct hostapd_vlan *vlan = hapd->conf->vlan; local
543 struct hostapd_vlan *first, *prev, *vlan = hapd->conf->vlan; local
911 struct hostapd_vlan *vlan; local
    [all...]
vlan_init.h 2 * hostapd / VLAN initialization
23 struct hostapd_vlan *vlan,
40 struct hostapd_vlan *vlan,
sta_info.c 653 struct hostapd_vlan *vlan = NULL; local
657 * Do not proceed furthur if the vlan id remains same. We do not want
658 * duplicate dynamic vlan entries.
664 * During 1x reauth, if the vlan id changes, then remove the old id and
671 if (sta->ssid->vlan[0])
672 iface = sta->ssid->vlan;
677 vlan = hapd->conf->vlan;
678 while (vlan) {
679 if (vlan->vlan_id == sta->vlan_id |
    [all...]
ap_config.c 25 struct hostapd_vlan *vlan, *prev; local
27 vlan = bss->vlan;
29 while (vlan) {
30 prev = vlan;
31 vlan = vlan->next;
35 bss->vlan = NULL;
547 * @vlan_id: Buffer for returning VLAN ID or %NULL if not needed
593 const char * hostapd_get_vlan_id_ifname(struct hostapd_vlan *vlan, int vlan_id
    [all...]
ap_config.h 56 char vlan[IFNAMSIZ + 1]; member in struct:hostapd_ssid
85 int vlan_id; /* VLAN ID or -1 (VLAN_ID_WILDCARD) for wildcard entry */
320 struct hostapd_vlan *vlan, *vlan_tail; member in struct:hostapd_bss_config
524 const char * hostapd_get_vlan_id_ifname(struct hostapd_vlan *vlan,
vlan_util.c 2 * hostapd / VLAN netlink api
17 #include <netlink/route/link/vlan.h>
25 * Add a vlan interface with name 'vlan_if_name', VLAN ID 'vid' and
40 wpa_printf(MSG_DEBUG, "VLAN: vlan_add(if_name=%s, vid=%d, "
44 wpa_printf(MSG_ERROR, "VLAN: Interface name too long: '%s'",
50 wpa_printf(MSG_ERROR, "VLAN: Interface name too long: '%s'",
57 wpa_printf(MSG_ERROR, "VLAN: failed to open netlink socket");
62 wpa_printf(MSG_ERROR, "VLAN: failed to connect to netlink");
68 wpa_printf(MSG_ERROR, "VLAN: failed to alloc cache")
    [all...]
  /external/qemu/
net-android.c 348 VLANState *vlan; local
352 for (vlan = first_vlan; vlan; vlan = vlan->next) {
355 for (vc = vlan->first_client; vc; vc = vc->next)
365 VLANClientState *qemu_new_vlan_client(VLANState *vlan,
386 vc->vlan = vlan;
389 pvc = &vlan->first_client
429 VLANState *vlan = sender->vlan; local
1617 VLANState *vlan; member in struct:NetSocketListenState
2130 VLANState **pvlan, *vlan; local
2196 VLANState *vlan; local
2522 VLANState *vlan; local
2566 VLANState *vlan; local
2578 VLANState *vlan; local
2608 VLANState *vlan; local
2626 VLANState *vlan; local
    [all...]
net.c 315 VLANState *vlan; local
319 for (vlan = first_vlan; vlan; vlan = vlan->next) {
322 for (vc = vlan->first_client; vc; vc = vc->next)
332 VLANClientState *qemu_new_vlan_client(VLANState *vlan,
353 vc->vlan = vlan;
356 pvc = &vlan->first_client
396 VLANState *vlan = sender->vlan; local
1489 VLANState *vlan; member in struct:NetSocketListenState
2026 VLANState **pvlan, *vlan; local
2092 VLANState *vlan; local
2418 VLANState *vlan; local
2462 VLANState *vlan; local
2474 VLANState *vlan; local
2504 VLANState *vlan; local
2522 VLANState *vlan; local
    [all...]
net.h 26 struct VLANState *vlan; member in struct:VLANClientState
54 VLANClientState *qemu_new_vlan_client(VLANState *vlan,
63 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque);
90 VLANState *vlan; member in struct:NICInfo
vl-android.c 694 /* find or alloc a new bluetooth "VLAN" */
697 struct bt_vlan_s **pvlan, *vlan; local
698 for (vlan = first_bt_vlan; vlan != NULL; vlan = vlan->next) {
699 if (vlan->id == id)
700 return &vlan->net;
702 vlan = qemu_mallocz(sizeof(struct bt_vlan_s));
703 vlan->id = id
738 struct bt_scatternet_s *vlan = 0; local
794 struct bt_scatternet_s *vlan = qemu_find_bt_vlan(vlan_id); local
805 struct bt_scatternet_s *vlan; local
837 int vlan; local
    [all...]
vl.c 498 /* find or alloc a new bluetooth "VLAN" */
501 struct bt_vlan_s **pvlan, *vlan; local
502 for (vlan = first_bt_vlan; vlan != NULL; vlan = vlan->next) {
503 if (vlan->id == id)
504 return &vlan->net;
506 vlan = qemu_mallocz(sizeof(struct bt_vlan_s));
507 vlan->id = id
542 struct bt_scatternet_s *vlan = 0; local
598 struct bt_scatternet_s *vlan = qemu_find_bt_vlan(vlan_id); local
609 struct bt_scatternet_s *vlan; local
641 int vlan; local
    [all...]
sysemu.h 91 int tap_win32_init(VLANState *vlan, const char *model,
tap-win32.c 668 int tap_win32_init(VLANState *vlan, const char *model,
681 s->vc = qemu_new_vlan_client(vlan, model, name, NULL, tap_receive,
savevm.c 127 VLANState *vlan; local
137 vlan = nd_table[i].vlan;
138 for(vc = vlan->first_client; vc != NULL; vc = vc->next) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
link_test.c 80 const char * hostapd_get_vlan_id_ifname(struct hostapd_vlan *vlan, int vlan_id)
  /external/wpa_supplicant_8/wpa_supplicant/tests/
link_test.c 80 const char * hostapd_get_vlan_id_ifname(struct hostapd_vlan *vlan, int vlan_id)
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_roboswitch.c 45 #define ROBO_VLAN_PAGE 0x34 /* VLAN page */
54 /* VLAN page registers */
55 #define ROBO_VLAN_ACCESS 0x08 /* VLAN table access register */
56 #define ROBO_VLAN_ACCESS_5350 0x06 /* VLAN table access register (5350) */
57 #define ROBO_VLAN_READ 0x0c /* VLAN read register */
354 u16 vlan = 0, _read[2]; local
364 /* find the '.' seperating <interface> and <vlan> */
367 wpa_printf(MSG_INFO, "%s: No <interface>.<vlan> pair in "
375 wpa_printf(MSG_INFO, "%s: Invalid vlan specification "
380 vlan *= 10
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 35 #define ROBO_VLAN_PAGE 0x34 /* VLAN page */
44 /* VLAN page registers */
45 #define ROBO_VLAN_ACCESS 0x08 /* VLAN table access register */
46 #define ROBO_VLAN_ACCESS_5350 0x06 /* VLAN table access register (5350) */
47 #define ROBO_VLAN_READ 0x0c /* VLAN read register */
351 u16 vlan = 0, _read[2]; local
361 /* find the '.' separating <interface> and <vlan> */
364 wpa_printf(MSG_INFO, "%s: No <interface>.<vlan> pair in "
372 wpa_printf(MSG_INFO, "%s: Invalid vlan specification "
377 vlan *= 10
    [all...]
  /bionic/libc/kernel/common/linux/
if_link.h 246 __u32 vlan; member in struct:ifla_vf_vlan
259 __u32 vlan; member in struct:ifla_vf_info
  /external/iproute2/include/linux/
if_link.h 188 /* VLAN section */
261 __u32 vlan; /* 0 - 4095, 0 disables VLAN filter */ member in struct:ifla_vf_vlan
273 __u32 vlan; member in struct:ifla_vf_info
  /external/kernel-headers/original/linux/
if_link.h 191 /* VLAN section */
264 __u32 vlan; /* 0 - 4095, 0 disables VLAN filter */ member in struct:ifla_vf_vlan
276 __u32 vlan; member in struct:ifla_vf_info
  /external/qemu/hw/
android_arm.c 101 if (nd_table[i].vlan) {
android_mips.c 194 if (nd_table[i].vlan) {
mips_r4k.c 280 if (nd_table[0].vlan)
  /external/wpa_supplicant_8/hostapd/
config_file.c 35 struct hostapd_vlan *vlan; local
39 wpa_printf(MSG_ERROR, "VLAN file '%s' not readable.", fname);
66 wpa_printf(MSG_ERROR, "Invalid VLAN ID at "
80 wpa_printf(MSG_ERROR, "Invalid VLAN ifname at line %d "
86 vlan = os_malloc(sizeof(*vlan));
87 if (vlan == NULL) {
89 "VLAN interfaces from '%s'", fname);
94 os_memset(vlan, 0, sizeof(*vlan));
    [all...]

Completed in 435 milliseconds

1 2