File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1414#include " modules/wifi/sniffer.h"
1515#include " modules/wifi/wifi_atks.h"
1616#include " modules/wifi/karma_attack.h"
17+ #include " core/wifi/wifi_mac.h"
1718
1819#ifndef LITE_VERSION
1920#include " modules/pwnagotchi/pwnagotchi.h"
@@ -113,6 +114,7 @@ void WifiMenu::configMenu() {
113114 options = {
114115 {" Add Evil Wifi" , addEvilWifiMenu },
115116 {" Remove Evil Wifi" , removeEvilWifiMenu },
117+ {" Change MAC" , wifiMACMenu },
116118 {" Back" , [=]() { optionsMenu (); }},
117119 };
118120
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ bool wifiConnectMenu(wifi_mode_t mode) {
105105 int nets;
106106 WiFi.mode (WIFI_MODE_STA);
107107
108- wifiMACMenu ();
108+ // wifiMACMenu();
109109 applyConfiguredMAC ();
110110
111111 bool refresh_scan = false ;
You can’t perform that action at this time.
0 commit comments