/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_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...] |
vlan_ioctl.c | 2 * hostapd / VLAN ioctl API 24 wpa_printf(MSG_DEBUG, "VLAN: vlan_rem(%s)", if_name); 26 wpa_printf(MSG_ERROR, "VLAN: Interface name too long: '%s'", 32 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) " 43 wpa_printf(MSG_ERROR, "VLAN: %s: DEL_VLAN_CMD failed for %s: " 55 Add a vlan interface with VLAN ID 'vid' and tagged interface 67 wpa_printf(MSG_DEBUG, "VLAN: vlan_add(if_name=%s, vid=%d)", 72 wpa_printf(MSG_ERROR, "VLAN: Interface name too long: '%s'", 78 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) [all...] |
vlan_ifconfig.c | 2 * hostapd / VLAN ifconfig helpers 25 wpa_printf(MSG_ERROR, "VLAN: %s: socket(AF_INET,SOCK_STREAM) " 34 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl(SIOCGIFFLAGS) failed " 47 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl(SIOCSIFFLAGS) failed " 61 wpa_printf(MSG_DEBUG, "VLAN: Set interface %s up", if_name);
|
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.h | 2 * hostapd / VLAN definition 15 int notempty; /* 0 : no vlan information present, 1: else */
|
sta_info.c | 38 #include "vlan.h" 278 * VLAN. 819 struct hostapd_vlan *vlan; local 823 for (vlan = hapd->conf->vlan; vlan; vlan = vlan->next) { 824 if (vlan->vlan_id == vlan_id) { 836 struct hostapd_vlan *vlan = NULL, *wildcard_vlan = NULL local 943 struct hostapd_vlan *vlan = NULL; local [all...] |
vlan.c | 2 * hostapd / VLAN definition 12 #include "ap/vlan.h"
|
vlan_util.h | 2 * hostapd / VLAN netlink/ioctl api 23 int vlan_if_remove(struct hostapd_data *hapd, struct hostapd_vlan *vlan);
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.vlan | 0 # VLAN ID to network interface mapping 6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface 7 # name will be replaced with the VLAN ID. The network interfaces are created 9 * vlan#
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
ebt_vlan.h | 10 #define EBT_VLAN_MATCH "vlan" 13 __u16 id; /* VLAN ID {1-4095} */ 14 __u8 prio; /* VLAN User Priority {0-7} */ 15 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_vlan.h | 8 #define EBT_VLAN_MATCH "vlan" 11 uint16_t id; /* VLAN ID {1-4095} */ 12 uint8_t prio; /* VLAN User Priority {0-7} */ 13 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_vlan.h | 10 #define EBT_VLAN_MATCH "vlan" 13 __u16 id; /* VLAN ID {1-4095} */ 14 __u8 prio; /* VLAN User Priority {0-7} */ 15 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */
|
/external/tcpdump/tests/ |
dcb_pfc.out | 23 Port VLAN Id Subtype (1) 24 port vlan id (PVID): 1 27 Port and Protocol VLAN ID Subtype (2) 28 port and protocol vlan id (PPVID): 0, flags [supported] (0x02) 31 VLAN name Subtype (3) 32 vlan id (VID): 1 33 vlan name: default 57 Port VLAN Id Subtype (1) 58 port vlan id (PVID): 1 61 Port and Protocol VLAN ID Subtype (2 [all...] |
QinQpacket.out | 1 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length 46 2 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, ethertype IPv4, 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298 3 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, ethertype IPv4, 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298 4 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 64: vlan 200, p 0, ethertype ARP, Request who-has 172.17.0.2 tell 172.17.0.20, length 46 5 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, ethertype IPv4, 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298 6 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 344: vlan 200, p 0, ethertype IPv4, 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298 7 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, ethertype IPv4, 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548 8 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, ethertype IPv4, 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548 9 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, ethertype IPv4, 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548 10 00:08:5d:23:0c:3f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q-QinQ (0x88a8), length 594: vlan 200, p 0, ethertype IPv4, 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:08:5d:23:0c (…) [all...] |
dcb_qcn.out | 35 Port VLAN Id Subtype (1) 36 port vlan id (PVID): 1 39 Port and Protocol VLAN ID Subtype (2) 40 port and protocol vlan id (PPVID): 0, flags [supported] (0x02) 43 VLAN name Subtype (3) 44 vlan id (VID): 1 45 vlan name: default 66 Port VLAN Id Subtype (1) 67 port vlan id (PVID): 1 70 Port and Protocol VLAN ID Subtype (2 [all...] |
/external/iproute2/include/linux/ |
if_vlan.h | 2 * VLAN An implementation of 802.1Q VLAN tagging. 17 /* VLAN IOCTLs are found in sockios.h */ 29 GET_VLAN_REALDEV_NAME_CMD, /* If this works, you know it's a VLAN device, btw */ 30 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
|
/external/kernel-headers/original/uapi/linux/ |
if_vlan.h | 2 * VLAN An implementation of 802.1Q VLAN tagging. 17 /* VLAN IOCTLs are found in sockios.h */ 29 GET_VLAN_REALDEV_NAME_CMD, /* If this works, you know it's a VLAN device, btw */ 30 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
|
/external/libnl/include/linux/ |
if_vlan.h | 2 * VLAN An implementation of 802.1Q VLAN tagging. 17 /* VLAN IOCTLs are found in sockios.h */ 29 GET_VLAN_REALDEV_NAME_CMD, /* If this works, you know it's a VLAN device, btw */ 30 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_vlan.h | 2 * VLAN An implementation of 802.1Q VLAN tagging. 17 /* VLAN IOCTLs are found in sockios.h */ 29 GET_VLAN_REALDEV_NAME_CMD, /* If this works, you know it's a VLAN device, btw */ 30 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_vlan.h | 2 * VLAN An implementation of 802.1Q VLAN tagging. 17 /* VLAN IOCTLs are found in sockios.h */ 29 GET_VLAN_REALDEV_NAME_CMD, /* If this works, you know it's a VLAN device, btw */ 30 GET_VLAN_VID_CMD /* Get the VID of this VLAN (specified by name) */
|
/external/iproute2/bridge/ |
Makefile | 1 BROBJ = bridge.o fdb.o monitor.o link.o mdb.o vlan.o
|
/external/autotest/client/virt/tests/ |
vlan.py | 8 Test 802.1Q vlan of NIC, config it by vconfig command. 14 4) Test by TCP data transfer, floop ping between same vlan of two VMs. 16 6) Recover the vlan config. 51 rem_vlan_cmd = "if [[ -e /proc/net/vlan/%s ]];then vconfig rem %s;fi" 116 for vlan in range(1, vlan_num+1): 117 logging.info("Test for vlan %s", vlan) 120 interface = ifname[0] + '.' + str(vlan) 123 interface = ifname[i] + '.' + str(vlan) 128 if ((vlan == vlan2) ^ (s == 0)) [all...] |
/external/libnl/include/netlink/route/link/ |
vlan.h | 2 * netlink/route/link/vlan.h VLAN interface
|