Skip to content

Commit

Permalink
Dot11: Tag probe req packets with DOT11_PROBE_REQ
Browse files Browse the repository at this point in the history
  • Loading branch information
dragorn committed Mar 31, 2022
1 parent 34a95a1 commit e504226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phy_80211.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1493,8 +1493,8 @@ int kis_80211_phy::packet_dot11_common_classifier(CHAINCALL_PARMS) {
if (dot11info->subtype == packet_sub_probe_req ||
dot11info->subtype == packet_sub_association_req ||
dot11info->subtype == packet_sub_reassociation_req) {
in_pack->tag_map["DOT11_PROBE_REQ"] = true;
handle_probed_ssid = true;
// d11phy->handle_probed_ssid(source_dev, source_dot11, in_pack, dot11info, pack_gpsinfo);
}

d11phy->devicetracker->update_view_device(dot11info->source_dev);
Expand Down

0 comments on commit e504226

Please sign in to comment.