mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
parent
1cd9795157
commit
d5b550db28
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ func (w *WiFiModule) parseApConfig() (err error) {
|
|||
|
||||
func (w *WiFiModule) startAp() error {
|
||||
// we need channel hopping and packet injection for this
|
||||
if w.Running() {
|
||||
if !w.Running() {
|
||||
return errNoRecon
|
||||
} else if w.apRunning {
|
||||
return session.ErrAlreadyStarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue