HomeSort by relevance Sort by last modified time
    Searched full:vlan_id (Results 1 - 25 of 38) sorted by null

1 2

  /external/wpa_supplicant_8/src/ap/
vlan_init.h 18 int vlan_id,
20 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id);
33 int vlan_id, struct vlan_description *vlan_desc)
38 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id)
vlan_init.c 49 ret = wpa_auth_ensure_group(hapd->wpa_auth, vlan->vlan_id);
55 vlan->vlan_id, ret);
56 if (wpa_auth_release_group(hapd->wpa_auth, vlan->vlan_id))
71 ret = wpa_auth_release_group(hapd->wpa_auth, vlan->vlan_id);
75 vlan->vlan_id, ret);
85 if (vlan->vlan_id != VLAN_ID_WILDCARD) {
114 if (vlan->vlan_id != VLAN_ID_WILDCARD)
117 if (vlan->vlan_id != VLAN_ID_WILDCARD &&
148 vlan->vlan_id = VLAN_ID_WILDCARD;
175 int vlan_id,
    [all...]
ieee802_11_auth.h 20 struct vlan_description *vlan_id);
24 struct vlan_description *vlan_id,
ieee802_11_auth.c 37 struct vlan_description vlan_id; member in struct:hostapd_cached_radius_acl
92 struct vlan_description *vlan_id,
114 if (vlan_id)
115 *vlan_id = entry->vlan_id;
212 * @vlan_id: Buffer for returning VLAN ID
216 struct vlan_description *vlan_id)
219 hapd->conf->num_accept_mac, addr, vlan_id))
223 hapd->conf->num_deny_mac, addr, vlan_id))
243 * @vlan_id: Buffer for returning VLAN I
    [all...]
sta_info.c 283 if (sta->vlan_id)
284 vlan_remove_dynamic(hapd, sta->vlan_id);
868 int vlan_id = MAX_VLAN_ID + 2; local
872 if (vlan->vlan_id == vlan_id) {
873 vlan_id++;
877 return vlan_id;
885 int old_vlan_id, vlan_id = 0, ret = 0; local
891 if (hapd->conf->ssid.per_sta_vif && !sta->vlan_id) {
894 !hapd->conf->ssid.per_sta_vif && sta->vlan_id) {
    [all...]
ap_config.c 682 * @vlan_id: Buffer for returning VLAN ID or %NULL if not needed
688 const u8 *addr, struct vlan_description *vlan_id)
699 if (vlan_id)
700 *vlan_id = list[middle].vlan_id;
747 v->vlan_id == VLAN_ID_WILDCARD)
755 const char * hostapd_get_vlan_id_ifname(struct hostapd_vlan *vlan, int vlan_id)
759 if (v->vlan_id == vlan_id)
wpa_auth.h 241 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
359 int wpa_auth_sta_set_vlan(struct wpa_state_machine *sm, int vlan_id);
401 int wpa_auth_ensure_group(struct wpa_authenticator *wpa_auth, int vlan_id);
402 int wpa_auth_release_group(struct wpa_authenticator *wpa_auth, int vlan_id);
ap_config.h 61 struct vlan_description vlan_id; member in struct:mac_acl_entry
122 int vlan_id; /* VLAN ID or -1 (VLAN_ID_WILDCARD) for wildcard entry */ member in struct:hostapd_vlan
811 const u8 *addr, struct vlan_description *vlan_id);
820 int vlan_id);
wpa_auth.c 133 int vlan_id,
139 return wpa_auth->cb->set_key(wpa_auth->cb_ctx, vlan_id, alg, addr, idx,
365 int vlan_id, int delay_init)
374 group->vlan_id = vlan_id;
    [all...]
ap_drv_ops.h 144 const u8 *addr, int vlan_id)
149 vlan_id);
wpa_auth_i.h 158 int vlan_id; member in struct:wpa_group
ieee802_11.c 1634 struct vlan_description vlan_id; local
3077 struct vlan_description vlan_id; local
    [all...]
sta_info.h 154 int vlan_id; /* 0: none, >0: VID */ member in struct:sta_info
ctrl_iface_ap.c 228 if (sta->vlan_id > 0) {
229 res = os_snprintf(buf + len, buflen - len, "vlan_id=%d\n",
230 sta->vlan_id);
wpa_auth_glue.c 341 static int hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg,
348 if (vlan_id > 0) {
349 ifname = hostapd_get_vlan_id_ifname(hapd->conf->vlan, vlan_id);
  /external/toybox/toys/other/
vconfig.c 20 add [interface-name] [vlan_id]
  /external/iproute2/man/man8/
tc-flower.8 26 .B vlan_id
105 .BI vlan_id " VID"
  /external/wpa_supplicant_8/src/radius/
radius.c 1459 int j, taggedidx = 0, vlan_id; local
    [all...]
  /external/iproute2/bridge/
vlan.c 25 "Usage: bridge vlan { add | del } vid VLAN_ID dev DEV [ pvid ] [ untagged ]\n"
27 " bridge vlan { show } [ dev DEV ] [ vid VLAN_ID ]\n");
  /external/syslinux/core/lwip/src/include/netif/
etharp.h 106 #define VLAN_ID(vlan_hdr) (htons((vlan_hdr)->prio_vid) & 0xFFF)
  /external/iproute2/tc/
f_flower.c 50 " vlan_id VID |\n"
636 } else if (matches(*argv, "vlan_id") == 0) {
642 "Can't set \"vlan_id\" if ethertype isn't 802.1Q\n");
647 fprintf(stderr, "Illegal \"vlan_id\"\n");
1205 fprintf(f, "\n vlan_id %d", rta_getattr_u16(attr));
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 41 int line = 0, vlan_id; local
67 vlan_id = VLAN_ID_WILDCARD;
70 vlan_id = strtol(buf, &pos, 10);
71 if (buf == pos || vlan_id < 1 ||
72 vlan_id > MAX_VLAN_ID) {
101 vlan->vlan_id = vlan_id;
102 vlan->vlan_desc.untagged = vlan_id;
103 vlan->vlan_desc.notempty = !!vlan_id;
132 int vlan_id; local
    [all...]
  /external/tcpdump/
print-sflow.c 291 uint8_t vlan_id[4]; member in struct:sflow_vlan_counter_t
440 ND_PRINT((ndo, "\n\t vlan_id %u, octets %" PRIu64
442 EXTRACT_32BITS(sflow_vlan_counter->vlan_id),
  /external/libpcap/
pcap-filter.manmisc 666 .IP "\fBvlan \fI[vlan_id]\fR"
668 If \fI[vlan_id]\fR is specified, only true if the packet has the specified
673 \fI[vlan_id]\fR expression may be used more than once, to filter on VLAN
pcap-filter.manmisc.in 666 .IP "\fBvlan \fI[vlan_id]\fR"
668 If \fI[vlan_id]\fR is specified, only true if the packet has the specified
673 \fI[vlan_id]\fR expression may be used more than once, to filter on VLAN

Completed in 424 milliseconds

1 2