wireless/bcm43xxx: skip WEP privacy
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
38534e06dd
commit
1935783392
|
@ -894,7 +894,9 @@ void bcmf_wl_scan_event_handler(FAR struct bcmf_dev_s *priv,
|
|||
ie_offset += ie_buffer[ie_offset + 1] + 2;
|
||||
}
|
||||
|
||||
if (vaild_bss == false)
|
||||
/* Check if AP is configured for WEP or unsupport privacy */
|
||||
|
||||
if ((vaild_bss && (bss->capability & DOT11_CAP_PRIVACY)) || !vaild_bss)
|
||||
{
|
||||
goto process_next_bss;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue