Hi James,
On 5/4/20 3:15 PM, James Prestwood wrote:
In this situation the kernel is sending a low RSSI event which
netdev
picks up, but since we set netdev->connected so early the event is
forwarded to station before IWD has fully connected. Station then
tries to get a neighbor report, which may fail and cause a known
frequency scan. If this is a new network the frequency scan tries to
get any known frequencies in network_info which will be unset and
cause a segfault.
Hmm, maybe netdev should not send any RSSI events until
netdev->operational is true instead.
Regards,
-Denis