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

1 2 3

  /external/wpa_supplicant_8/src/ap/
vlan_init.c 2 * hostapd / VLAN initialization
22 static int vlan_if_add(struct hostapd_data *hapd, struct hostapd_vlan *vlan,
31 "VLAN: Refusing to set up VLAN iface %s with WEP",
32 vlan->ifname);
36 if (!iface_exists(vlan->ifname))
37 ret = hostapd_vlan_if_add(hapd, vlan->ifname);
46 ifconfig_up(vlan->ifname); /* else wpa group will fail fatal */
49 ret = wpa_auth_ensure_group(hapd->wpa_auth, vlan->vlan_id);
54 wpa_printf(MSG_ERROR, "WPA initialization for VLAN %d failed (%d)"
140 struct hostapd_vlan *vlan; local
220 struct hostapd_vlan *vlan; local
    [all...]
vlan_init.h 2 * hostapd / VLAN initialization
17 struct hostapd_vlan *vlan,
32 vlan_add_dynamic(struct hostapd_data *hapd, struct hostapd_vlan *vlan,
vlan_full.c 2 * hostapd / VLAN initialization - full dynamic VLAN
121 wpa_printf(MSG_DEBUG, "VLAN: Set interface %s down", if_name);
139 wpa_printf(MSG_DEBUG, "VLAN: br_delif(%s, %s)", br_name, if_name);
141 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) "
149 wpa_printf(MSG_ERROR, "VLAN: %s: Failure determining "
164 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl[SIOCDEVPRIVATE,"
190 wpa_printf(MSG_DEBUG, "VLAN: br_addif(%s, %s)", br_name, if_name);
192 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) "
200 wpa_printf(MSG_ERROR, "VLAN: %s: Failure determining
422 struct hostapd_vlan *vlan; local
517 struct hostapd_vlan *first, *prev, *vlan = hapd->conf->vlan; local
    [all...]
vlan_util.h 2 * hostapd / VLAN netlink/ioctl api
23 int vlan_if_remove(struct hostapd_data *hapd, struct hostapd_vlan *vlan);
sta_info.c 38 #include "vlan.h"
287 * VLAN.
856 struct hostapd_vlan *vlan; local
860 for (vlan = hapd->conf->vlan; vlan; vlan = vlan->next) {
861 if (vlan->vlan_id == vlan_id) {
873 struct hostapd_vlan *vlan = NULL, *wildcard_vlan = NULL local
980 struct hostapd_vlan *vlan = NULL; local
    [all...]
Makefile 58 vlan.o \
ap_config.c 26 struct hostapd_vlan *vlan, *prev; local
28 vlan = bss->vlan;
30 while (vlan) {
31 prev = vlan;
32 vlan = vlan->next;
36 bss->vlan = NULL;
649 * @vlan_id: Buffer for returning VLAN ID or %NULL if not needed
695 int hostapd_vlan_valid(struct hostapd_vlan *vlan,
    [all...]
ap_config.h 20 #include "vlan.h"
94 char vlan[IFNAMSIZ + 1]; member in struct:hostapd_ssid
122 int vlan_id; /* VLAN ID or -1 (VLAN_ID_WILDCARD) for wildcard entry */
398 struct hostapd_vlan *vlan; member in struct:hostapd_bss_config
777 int hostapd_vlan_valid(struct hostapd_vlan *vlan,
779 const char * hostapd_get_vlan_id_ifname(struct hostapd_vlan *vlan,
vlan_util.c 2 * hostapd / VLAN netlink api
11 #include <netlink/route/link/vlan.h>
17 * Add a vlan interface with name 'vlan_if_name', VLAN ID 'vid' and
31 wpa_printf(MSG_DEBUG, "VLAN: vlan_add(if_name=%s, vid=%d, "
35 wpa_printf(MSG_ERROR, "VLAN: Interface name too long: '%s'",
41 wpa_printf(MSG_ERROR, "VLAN: Interface name too long: '%s'",
48 wpa_printf(MSG_ERROR, "VLAN: failed to open netlink socket");
54 wpa_printf(MSG_ERROR, "VLAN: failed to connect to netlink: %s",
62 wpa_printf(MSG_ERROR, "VLAN: interface %s does not exist"
    [all...]
wpa_auth_ie.c 767 struct vlan_description *vlan; local
769 vlan = sm->pmksa->vlan_desc;
771 "PMKID found from PMKSA cache eap_type=%d vlan=%d%s",
773 vlan ? vlan->untagged : 0,
774 (vlan && vlan->tagged[0]) ? "+" : "");
  /external/iproute2/bridge/
Makefile 1 BROBJ = bridge.o fdb.o monitor.o link.o mdb.o vlan.o
  /external/libnl/tests/
test-create-vlan.c 3 #include <netlink/route/link/vlan.h>
  /external/libnl/python/netlink/route/links/
vlan.py 5 """VLAN network link
21 """vlan identifier"""
31 """ VLAN flags
67 return 'vlan-id {0}'.format(self.id)
70 link.vlan = VLANLink(link._rtnl_link)
71 return link.vlan
  /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 */
353 u16 vlan = 0, _read[2]; local
363 /* find the '.' separating <interface> and <vlan> */
366 wpa_printf(MSG_INFO, "%s: No <interface>.<vlan> pair in "
374 wpa_printf(MSG_INFO, "%s: Invalid vlan specification "
379 vlan *= 10
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
ibft.h 177 /** VLAN tag */
178 uint16_t vlan; member in struct:ibft_nic
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/
aws-java-sdk-directconnect-1.11.18.jar 
  /external/syslinux/gpxe/src/drivers/net/phantom/
nxhal_nic_interface.h 208 char vlan; member in struct:nx_rx_rule_arg_s::__anon34493::__anon34495
215 char vlan; member in struct:nx_rx_rule_arg_s::__anon34493::__anon34497
  /prebuilts/go/darwin-x86/src/net/
interface_bsd_test.go 19 ti.name = fmt.Sprintf("vlan%d", vid)
  /prebuilts/go/linux-x86/src/net/
interface_bsd_test.go 19 ti.name = fmt.Sprintf("vlan%d", vid)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_link.h 218 /* VLAN section */
293 __u32 vlan; /* 0 - 4095, 0 disables VLAN filter */ member in struct:ifla_vf_vlan
  /bionic/libc/kernel/uapi/linux/
if_link.h 522 __u32 vlan; member in struct:ifla_vf_vlan
534 __u32 vlan; member in struct:ifla_vf_vlan_info
  /external/kernel-headers/original/uapi/linux/
if_link.h 347 /* VLAN section */
624 IFLA_VF_VLAN, /* VLAN ID and QoS */
649 __u32 vlan; /* 0 - 4095, 0 disables VLAN filter */ member in struct:ifla_vf_vlan
655 IFLA_VF_VLAN_INFO, /* VLAN ID, QoS and VLAN protocol */
664 __u32 vlan; /* 0 - 4095, 0 disables VLAN filter */ member in struct:ifla_vf_vlan_info
666 __be16 vlan_proto; /* VLAN protocol either 802.1Q or 802.1ad */
  /development/ndk/platforms/android-21/include/linux/
if_link.h 394 __u32 vlan; member in struct:ifla_vf_vlan
  /external/libnl/include/linux-private/linux/
if_link.h 239 /* VLAN section */
352 __u32 vlan; /* 0 - 4095, 0 disables VLAN filter */ member in struct:ifla_vf_vlan
  /external/ltp/testcases/network/virt/
virt_lib.sh 107 vlan|vxlan)

Completed in 1115 milliseconds

1 2 3