Merge branch 'moonshot' of ssh://moonshot.suchdamage.org:822/srv/git/libeap into...
[libeap.git] / wpa_supplicant / bss.c
2010-09-09 Jouni MalinenP2P: Show P2P info in ctrl_iface scan results
2010-03-05 Jouni MalinenMake maximum BSS table size configurable
2010-01-16 Witold Sowadbus: Change WPA/RSNIE byte array props to dicts
2010-01-16 Jouni MalinenFetch IEs from both Beacon and Probe Response frames...
2010-01-10 Jouni MalinenMake wpa_bss_get_max_rate() a bit more readable with...
2010-01-09 Jouni MalinenFix alloc validation in wpa_bss_get_bit_rates()
2010-01-06 Witold Sowadbus: Add BSS property change notifications
2010-01-04 Witold Sowadbus: Change BSS property MaxRate to Rates
2010-01-03 Jouni MalinenRemove src/drivers/scan_helpers.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...