Add method to return list of all saved and in-range access points for a given interface #137
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "list_networks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This function was previously defined in
peach-web
. Since it's handy to be able to access a list of all saved and in-range networks, I decided to move it into this network-specific library.The PR also adds an
AccessPoint
struct to encapsulate the data for each network in the list.Minor version has been bumped to
0.5.0
.