Hi All,
When it is enabling a function of 802.11d and country IE was not yet
found, SCAN from application is not performed. I think that it should
perform passive scan in that case.
I checked a source code of WL1271 driver. In the function called
scanCncnOsSm_ActionStartGScan or scanCncnOsSm_ActionStartAScan,
scan type is SCAN_TYPE_TRIGGERED_PASSIVE if 802.11d is enabled and
country IE was not yet found.
Next, available channels are searched with active SCAN when scan type
is SCAN_TYPE_TRIGGERED_PASSIVE. So, no available channels are found.
I think that it should set SCAN_TYPE_NORMAL_PASSIVE to scan type.
Please teach me the difference between NormalSCAN and TriggerSCAN.
Best regards,