chris-bc / esp32-gravity

An evolving collection of wireless exploration tools for the ESP32. Be the unseen force. Initially 802.11 the goal is to include Bluetooth, BLE and ZigBee/Thread. Check out the companion app Flipper-Gravity
https://github.com/chris-bc/Flipper-Gravity
63 stars 2 forks source link

Implement purging for wifi #36

Closed chris-bc closed 1 year ago

chris-bc commented 1 year ago

Purge based on AGE, RSSI, NO-SSID, UNSELECTED. It's difficult to justify creating a new struct given the similarity - Move gravity_bt_purge_strategy_t somewhere it's accessible to non-Bluetooth devices. Implement purge methods for APs and STAs. Update enum names at some later point.

chris-bc commented 1 year ago

Done. Not sure I actually tested age, but I'm sure I will...