Skip to content

Commit e0ea4a3

Browse files
author
=
committed
transmit initial PROBEREQUEST if rcascan mode is active
1 parent f0eaf34 commit e0ea4a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

hcxdumptool.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3521,6 +3521,11 @@ if(epoll_ctl(fd_epoll, EPOLL_CTL_ADD, fd_timer2, &ev) < 0) return false;
35213521
epi++;
35223522

35233523
if(nl_set_frequency() == false) errorcount++;
3524+
if(rcascanmode == RCASCAN_ACTIVE)
3525+
{
3526+
send_80211_proberequest_undirected();
3527+
proberequestrcascancount++;
3528+
}
35243529
while(!wanteventflag)
35253530
{
35263531
if(errorcount > errorcountmax) wanteventflag |= EXIT_ON_ERROR;

0 commit comments

Comments
 (0)