Use shared function for figuring out if BSS is in use
[mech_eap.git] / wpa_supplicant / bss.c
2010-01-03 Jouni MalinenUse shared function for figuring out if BSS is in use
2010-01-02 Jouni MalinenFix memory corruption on BSS entry reallocation
2010-01-02 Jouni MalinenMaintain a pointer to the current BSS table entry
2010-01-02 Jouni MalinenOnly expire scanned BSSes based on new scan results
2010-01-02 Jouni MalinenWPS: Use BSS table instead of raw scan results
2009-12-28 Jouni MalinenFix crash on BSS deinit getting called before BSS init
2009-12-27 Jouni MalinenAdd wpa_bss_get_max_rate() to match with old scan_res...
2009-12-27 Jouni MalinenAdd ctrl_iface events for BSS added/removed
2009-12-27 Jouni MalinenAdd BSS list sorted by id and add some helper functions
2009-12-27 Jouni MalinenAdd BSS table to track scan results without dropping...