Tool/software: Android 7.1.1
EVM: wandboard
Hello Ti Support Team,
My WL1837 working fine except the connection problem to hidden SSIDs.My wpa_supplicant version is :"v2.6-devel-7.1.1".So I think the bug is not in wpa_supplicant.And my firmware veriso :"8.9.0.0.76",my drive version:R8.6_SP1.
The error log like this:
<3>nl80211_trigger_scan -1
<3>nl80211_trigger_scan -6 n_ssids: 0 wiphy->max_scan_ssids: 1
<3>nl80211_trigger_scan -6 NL80211_ATTR_SCAN_SSIDS: 45 tmp: 0
<3>nl80211_trigger_scan -7 n_ssids: 2 wiphy->max_scan_ssids: 1
<3>nl80211_trigger_scan -7 n_ssids: 2 err:-22
And i check the source code:
if (info->attrs[NL80211_ATTR_SCAN_SSIDS])
nla_for_each_nested(attr, info->attrs[NL80211_ATTR_SCAN_SSIDS], tmp)
n_ssids++;
if (n_ssids > wiphy->max_scan_ssids) {
err = -EINVAL;
goto unlock;
}
So,if someone can tell me why my "wiphy->max_scan_ssids" is allways benn "1".Is there somethings wrong?
Best Regards,
yuyun.hu