Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request evilsocket#669 from cdiemel/master
Browse files Browse the repository at this point in the history
added on_unfiltered_wifi_list
  • Loading branch information
evilsocket authored Nov 29, 2019
2 parents 8705906 + 79f736d commit ebc29ec
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 ebc29ec

Please sign in to comment.