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,