Have you modified the default channel list as mentioned here:
https://hashcat.net/forum/thread-6661-po...l#pid50505
You want channel 74 ( -c 74).
First hcxdumptool check if desired channel is in channel list here:
https://github.com/ZerBea/hcxdumptool/bl...ol.c#L6430
The allowed channel are here:
https://github.com/ZerBea/hcxdumptool/bl...ool.c#L226
channel 74 is not in this list, so you receive an error.
The default frequencies are here:
https://github.com/ZerBea/hcxdumptool/bl...ol.c#L6464
They depend on standard 802.11 as mentioned here:
https://en.wikipedia.org/wiki/List_of_WLAN_channels
If you have patched your firmware and/or your driver the values inside this functions must match to the values of your patched firmware/driver!
https://hashcat.net/forum/thread-6661-po...l#pid50505
You want channel 74 ( -c 74).
First hcxdumptool check if desired channel is in channel list here:
https://github.com/ZerBea/hcxdumptool/bl...ol.c#L6430
The allowed channel are here:
https://github.com/ZerBea/hcxdumptool/bl...ool.c#L226
channel 74 is not in this list, so you receive an error.
The default frequencies are here:
https://github.com/ZerBea/hcxdumptool/bl...ol.c#L6464
They depend on standard 802.11 as mentioned here:
https://en.wikipedia.org/wiki/List_of_WLAN_channels
If you have patched your firmware and/or your driver the values inside this functions must match to the values of your patched firmware/driver!