Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h285 struct hostapd_vlan *vlan, *vlan_tail; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c97 if (bss->vlan_tail) in hostapd_config_read_vlan_file()
98 bss->vlan_tail->next = vlan; in hostapd_config_read_vlan_file()
101 bss->vlan_tail = vlan; in hostapd_config_read_vlan_file()