tests: Long P2P_LISTEN and offchannel TX
[mech_eap.git] / src / ap / vlan_init.c
2016-03-25 Jouni Malinenvlan: Move if_nametoindex() use out of vlan_init.c
2016-03-25 Jouni Malinenvlan: Move ifconfig helpers to a separate file
2016-03-25 Jouni Malinenvlan: Move CONFIG_FULL_DYNAMIC_VLAN functionality into...
2016-03-25 Jouni Malinenvlan: Clean up netlink vs. ioctl API implementation
2016-03-25 Jörg Krausevlan: Fix musl build error
2016-02-28 Michael BraunVLAN: Use stack instead of heap allocation for new...
2016-02-18 Roy MarplesFix compile on NetBSD for vlan
2016-02-17 Michael BraunVLAN: Add per-STA vif option
2016-02-17 Michael BraunVLAN: Actually add tagged VLANs to AP_VLAN
2016-02-17 Michael BraunVLAN: Factor out per-vid code in newlink/dellink
2016-02-17 Michael BraunVLAN: Separate station grouping and uplink configuration
2015-10-05 Michael BraunRemove WEP support from VLAN
2015-10-05 Michael BraunFix init of group state machine for static VLANs
2015-06-14 Michael BraunFix removal of tagged interface and bridge when multipl...
2015-04-26 Jouni Malinenvlan: Move CONFIG_FULL_DYNAMIC_VLAN includes to proper...
2015-04-22 Jouni MalinenRemove unused leftover from multi-SSID design
2015-04-13 Jouni MalinenAdd ifname to vlan_remove_dynamic() debug print
2015-04-13 Michael Braunvlan: Ignore multiple NEWLINK messages
2015-04-13 Michael Braunvlan: Ignore DELLINK on interfaces that exists
2015-02-11 Jouni MalinenVLAN: Clean up RTM_NEW/DELLINK processing
2015-02-01 Helmut Schaahostapd: Simplify vlan_add_dynamic error paths
2014-03-08 Jouni MalinenRevert "bridge: Track inter-BSS usage"
2013-12-24 Jouni MalinenRemove obsolete license notifications
2013-09-25 Jouni Malinenhostapd: Fix couple of deinit path cases to clear pointers
2013-08-04 Michael BraunVLAN: Remove vlan_tail
2013-06-25 Michael Braunbridge: Track inter-BSS usage
2013-06-25 Michael Braunbridge: Use safe default bridge interface
2013-06-25 Michael Braunbridge: Give bridge name in per-bss configuration
2013-04-27 Michael BraunMake vlan_file optional if dynamic_vlan is used
2012-08-10 Michael BraunAdd option to use netlink to create and remove VLAN...
2012-08-10 Michael BraunAdd hostapd configuration option to set VLAN naming...
2010-11-24 Jouni MalinenGet rid of struct hostapd_driver_ops abstraction
2010-11-24 Jouni Malinenhostapd_driver_ops reduction
2010-04-17 Jouni MalinenFix build without CONFIG_FULL_DYNAMIC_VLAN
2010-04-17 Jouni MalinenVLAN: Reorder init to get same behavior for all VLAN...
2010-04-17 Jouni MalinenVLAN: Set statically configured VLAN interfaces up
2010-04-15 Jouni MalinenVLAN: Fix bridge interface clean up for no tagged_inter...
2010-04-15 M. BraunVLAN: Decrease bridge forwarding delay to avoid EAPOL...
2010-04-15 M. BraunVLAN: Set dynamic VLAN up to fix STA bind and key setup
2010-04-15 Jouni MalinenVLAN: Clean up debug code and error messages
2009-12-25 Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-24 Jouni MalinenMove generic AP functionality implementation into src/ap