mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Replace func naming to more correct one
This commit is contained in:
parent
073a0942e8
commit
eb3523b8e2
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
|
|||
FOCUS_CONSOLE_END,
|
||||
SHOW_STOPSCAN_TIP},
|
||||
{"Sniff",
|
||||
{"beacon", "deauth", "esp", "pmkid", "probe", "pwn", "raw", "bt", "cc"},
|
||||
{"beacon", "deauth", "esp", "pmkid", "probe", "pwn", "raw", "bt", "skim"},
|
||||
9,
|
||||
{"sniffbeacon", "sniffdeauth", "sniffesp", "sniffpmkid", "sniffprobe", "sniffpwn", "sniffraw", "sniffbt", "sniffskim"},
|
||||
NO_ARGS,
|
||||
|
|
Loading…
Reference in a new issue