Skip to content

Commit

Permalink
added on_unfiltered_wifi_list
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Diemel <diemelcw@gmail.com>
  • Loading branch information
cdiemel committed Nov 28, 2019
1 parent e44ebac commit e72fd08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pwnagotchi/plugins/default/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e72fd08

Please sign in to comment.