File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5993,8 +5993,10 @@ if(errorcount > 0)
59935993if (errortxcount > 0 ) fprintf (stderr , "%u TX ERROR(s) during runtime (mostly caused by a broken driver or a shared interface)\n" , errortxcount );
59945994if (rcascanmode == RCASCAN_ACTIVE )
59955995 {
5996- if (beaconrcascancount == 0 ) fprintf (stderr , "0 BEACONs received (monitor mode is possibly not working)\n" );
5997- if (proberesponsercascancount == 0 ) fprintf (stderr , "0 PROBERESPONSEs received (packet injection is possibly not working)\n" );
5996+ if (beaconrcascancount > 0 ) fprintf (stderr , "%" PRIu64 " BEACONs received\n" , beaconrcascancount );
5997+ else fprintf (stderr , "0 BEACONs received (monitor mode is possibly not working)\n" );
5998+ if (proberesponsercascancount > 0 ) fprintf (stderr , "%" PRIu64 " PROBERESPONSEs received \n" , proberesponsercascancount );
5999+ else fprintf (stderr , "0 PROBERESPONSEs received (packet injection is possibly not working)\n" );
59986000 }
59996001if ((uid == 0 ) && (ftcflag == true)) save_ftc ();
60006002if (exiteapolflag != 0 )
You can’t perform that action at this time.
0 commit comments