mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -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 {
|
func (w *WiFiModule) startAp() error {
|
||||||
// we need channel hopping and packet injection for this
|
// we need channel hopping and packet injection for this
|
||||||
if w.Running() {
|
if !w.Running() {
|
||||||
return errNoRecon
|
return errNoRecon
|
||||||
} else if w.apRunning {
|
} else if w.apRunning {
|
||||||
return session.ErrAlreadyStarted
|
return session.ErrAlreadyStarted
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue