new: new wifi.ap module

This commit is contained in:
evilsocket 2018-03-19 14:36:40 +01:00
commit 77f8e070bc
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
7 changed files with 518 additions and 451 deletions

View file

@ -85,8 +85,6 @@ func (p *EventPool) Add(tag string, data interface{}) {
for _, l := range p.listeners {
select {
case l <- e:
default:
fmt.Fprintf(os.Stderr, "Message not sent!\n")
}
}
}