Searched refs:FT_RRB_VLAN_TAGGED (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h85 #define FT_RRB_VLAN_TAGGED 14 /* n times le16 */ macro
H A Dwpa_auth_ft.c251 if (type != FT_RRB_VLAN_UNTAGGED && type != FT_RRB_VLAN_TAGGED)
260 if (type == FT_RRB_VLAN_TAGGED && len % sizeof(le16) != 0) {
282 if (type == FT_RRB_VLAN_TAGGED &&
286 } else if (type == FT_RRB_VLAN_TAGGED) {
413 hdr->type = host_to_le16(FT_RRB_VLAN_TAGGED);

Completed in 62 milliseconds