Skip to content

Commit 971af1e

Browse files
author
=
committed
added possible reasons why hcxdumptool failed to arm the interface
1 parent f6b36d1 commit 971af1e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

hcxdumptool.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5846,7 +5846,9 @@ if(set_interface(interfacefrequencyflag, userfrequencylistname, userchannellistn
58465846
{
58475847
errorcount++;
58485848
wanteventflag |= EXIT_ON_ERROR;
5849-
fprintf(stderr, "failed to arm interface\n");
5849+
fprintf(stderr, "failed to arm interface\n"
5850+
"mostly caused due to a broken driver\n"
5851+
"or driver does not support monitor mode\n");
58505852
goto byebye;
58515853
}
58525854
if(monitormodeflag == true)

0 commit comments

Comments
 (0)