1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

Moved pmkid on aps and channel to one section

I think this solution looks better than two buttons for pmkid
This commit is contained in:
clipboard1
2023-05-16 19:15:50 +05:00
parent c2cf37145e
commit c10cef3336
2 changed files with 6 additions and 13 deletions

View File

@@ -97,20 +97,13 @@ const WifiMarauderItem items[NUM_MENU_ITEMS] = {
NO_ARGS,
FOCUS_CONSOLE_END,
SHOW_STOPSCAN_TIP},
{"Sniff PMKID on channel",
{""},
1,
{"sniffpmkid -c"},
INPUT_ARGS,
{"Sniff PMKID",
{"ap", "channel"},
2,
{"sniffpmkid -d -l", "sniffpmkid -c"},
TOGGLE_ARGS,
FOCUS_CONSOLE_END,
SHOW_STOPSCAN_TIP},
{"Sniff pmkid on selected aps",
{""},
1,
{"sniffpmkid -d -l"},
NO_ARGS,
FOCUS_CONSOLE_END,
NO_TIP},
{"Channel",
{"get", "set"},
2,

View File

@@ -26,7 +26,7 @@
#include <lib/toolbox/path.h>
#include <dialogs/dialogs.h>
#define NUM_MENU_ITEMS (19)
#define NUM_MENU_ITEMS (18)
#define WIFI_MARAUDER_TEXT_BOX_STORE_SIZE (4096)
#define WIFI_MARAUDER_TEXT_INPUT_STORE_SIZE (512)