Go to the source code of this file.
Functions | |
struct hostapd_vlan * | vlan_add_dynamic (struct hostapd_data *hapd, struct hostapd_vlan *vlan, int vlan_id) |
void | vlan_deinit (struct hostapd_data *hapd) |
int | vlan_init (struct hostapd_data *hapd) |
int | vlan_remove_dynamic (struct hostapd_data *hapd, int vlan_id) |
int | vlan_setup_encryption_dyn (struct hostapd_data *hapd, struct hostapd_ssid *mssid, const char *dyn_vlan) |
struct hostapd_vlan* vlan_add_dynamic | ( | struct hostapd_data * | hapd, | |
struct hostapd_vlan * | vlan, | |||
int | vlan_id | |||
) | [read] |
Definition at line 826 of file vlan_init.c.
void vlan_deinit | ( | struct hostapd_data * | hapd | ) |
Definition at line 816 of file vlan_init.c.
int vlan_init | ( | struct hostapd_data * | hapd | ) |
Definition at line 803 of file vlan_init.c.
int vlan_remove_dynamic | ( | struct hostapd_data * | hapd, | |
int | vlan_id | |||
) |
Definition at line 878 of file vlan_init.c.
int vlan_setup_encryption_dyn | ( | struct hostapd_data * | hapd, | |
struct hostapd_ssid * | mssid, | |||
const char * | dyn_vlan | |||
) |
Definition at line 728 of file vlan_init.c.