diff --git a/pwnagotchi/plugins/default/example.py b/pwnagotchi/plugins/default/example.py index 37eccb439..58fe4488f 100644 --- a/pwnagotchi/plugins/default/example.py +++ b/pwnagotchi/plugins/default/example.py @@ -122,6 +122,11 @@ def on_sleep(self, agent, t): def on_wifi_update(self, agent, access_points): pass + # called when the agent refreshed an unfiltered access point list + # this list contains all access points that were detected BEFORE filtering + def on_unfiltered_ap_list(self, agent, access_points): + pass + # called when the agent is sending an association frame def on_association(self, agent, access_point): pass