mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #59] auto AP scan #42
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @A4A4ANDY on GitHub (Mar 2, 2017).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/59
Not that big of a life changer I think but would be nice :)
@N0vaPixel commented on GitHub (Mar 3, 2017):
Scan for AP or for client ?
And why since you need to select yourself the targets.
@nisc3 commented on GitHub (Mar 3, 2017):
Automatic scan for AP is a nice idea!
@spacehuhn commented on GitHub (Mar 3, 2017):
I don't know If this will work out... Possible but a lot of work! With the current structure it isn't possible, you'd have to change so much in order to get this to work!
So it's way easier just to click on the little scan button.
@joneroy commented on GitHub (Mar 3, 2017):
@spacehuhn I think little scan button better then auto ap scan.
@spacehuhn commented on GitHub (Mar 3, 2017):
But I think this can be achieved with JavScript directly in the webinterface. Then the main code remains untouched. I'll test this.
@spacehuhn commented on GitHub (Mar 3, 2017):
There you have it:
d63c97f06a@joneroy commented on GitHub (Mar 3, 2017):
@spacehuhn Grate!!