mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-22 23:26:45 -08:00
Add OUI check to station sniff
This commit is contained in:
@@ -3841,7 +3841,10 @@ void WiFiScan::stationSnifferCallback(void* buf, wifi_promiscuous_pkt_type_t typ
|
||||
Serial.print(" -> ap: ");
|
||||
Serial.println(ap_addr);
|
||||
}
|
||||
display_string.concat(sta_addr);
|
||||
|
||||
display_string.concat(replaceOUIWithManufacturer(sta_addr));
|
||||
|
||||
//display_string.concat(sta_addr);
|
||||
display_string.concat(" -> ");
|
||||
display_string.concat(access_points->get(ap_index).essid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user