File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5803,15 +5803,15 @@ close_lists();
58035803if (rooterrorflag == true) exit (EXIT_FAILURE );
58045804if ((monitormodeflag == true) || (interfacelistflag == true) || (interfaceinfoflag == true) || (interfacelistshortflag == true)) return EXIT_SUCCESS ;
58055805fprintf (stdout , "\n\033[?25h" );
5806- if (rcascanmode == RCASCAN_ACTIVE )
5807- {
5808- if (beaconrcascancount == 0 ) fprintf (stderr , "0 BEACONs received (monitor mode is possibly broken)\n" );
5809- if (proberesponsercascancount == 0 ) fprintf (stderr , "0 PROBERESPONSEs received (packet injection is possibly broken)\n" );
5810- }
58115806if (errorcount > 0 ) fprintf (stderr , "%u ERROR(s) during runtime (mostly caused by a broken driver)\n" , errorcount );
58125807if (errortxcount > 0 ) fprintf (stderr , "%u TX ERROR(s) during runtime (mostly caused by a broken driver)\n" , errortxcount );
58135808fprintf (stdout , "%u Packet(s) captured by kernel\n" , lStats .tp_packets );
58145809fprintf (stdout , "%u Packet(s) dropped by kernel\n" , lStats .tp_drops );
5810+ if (rcascanmode == RCASCAN_ACTIVE )
5811+ {
5812+ if (beaconrcascancount == 0 ) fprintf (stderr , "0 BEACONs received (monitor mode is possibly not working)\n" );
5813+ if (proberesponsercascancount == 0 ) fprintf (stderr , "0 PROBERESPONSEs received (packet injection is possibly notworking)\n" );
5814+ }
58155815if ((uid == 0 ) && (ftcflag == true)) save_ftc ();
58165816if (exiteapolflag != 0 )
58175817 {
You can’t perform that action at this time.
0 commit comments