Skip to content

Commit

Permalink
handle phy0
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Feb 4, 2024
1 parent 1f018b8 commit 8218816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hcxdumptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -3991,7 +3991,8 @@ for(i = 0; i < INTERFACELIST_MAX -1; i++)
ifpresentlistcounter++;
}
if(rt_get_interfacelist() == false) return false;
if(ifpresentlistcounter == 0) return false;

if(ifpresentlist->index == 0) return false;
qsort(ifpresentlist, ifpresentlistcounter, INTERFACELIST_SIZE, sort_interfacelist_by_index);
return true;
}
Expand Down

0 comments on commit 8218816

Please sign in to comment.