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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h275 struct hostapd_vlan *vlan, *vlan_tail; member in struct:hostapd_bss_config
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c103 if (bss->vlan_tail)
104 bss->vlan_tail->next = vlan;
107 bss->vlan_tail = vlan;

Completed in 134 milliseconds