<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:14pt"><div style="" class="">
        
        
        
        <style style="" class="" type="text/css">P { margin-bottom: 0.08in; }</style>
</div><div class="" style="margin-bottom: 0in">Hi,</div>
<div class="" style="margin-bottom: 0in"><br style="" class="">
</div>
<div class="" style="margin-bottom: 0in">I have introduce a new parameter
"snrtresld" to filter-out BSSIDs below a threshold from the
scan results before priority matching occurs. I have introduce it per
Network block basis (per SSID basis). Within wpa_supplicant I can
access this parameter in scan.c to filter the lower SNR BSSIDs now.
But now the supplicant always says "skip - SSID mismatch" even-though a matching SSID is there in resulting scan results after filtering.
</div><div class="" style="margin-bottom: 0in"><br style="" class="">
</div>
<div class="" style="margin-bottom: 0in">What are the files I need to edit when
introducing a new parameter ?<br></div>
<div class="" style="margin-bottom: 0in"><br style="" class="">
</div>
<div class="" style="margin-bottom: 0in">I edited,
</div>
<div class="" style="margin-bottom: 0in"><br style="" class="">
</div>
<div class="" style="margin-bottom: 0in">1. static const struct parse_data
ssid_fields[] of config.c and included { INT(snrtresld) },</div>
<div class="" style="margin-bottom: 0in"><br style="" class="">
</div>
<div class="" style="margin-bottom: 0in"><br style="" class="">
</div>
<div class="" style="margin-bottom: 0in">2. Edited config_ssid.h and introduce
"int snrtresld";</div>
<div class="" style="margin-bottom: 0in"><br style="" class="">
</div>
<div class="" style="margin-bottom: 0in">with above modifications I can access
my new parameter from wpa_supplicant.conf files and remove the
BSSIDs, but above problem persists.</div>
</div></body></html>