mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
bcm43xxx: supported IW_AUTH_CIPHER_NONE mode
This commit is contained in:
committed by
Xiang Xiao
parent
ace43936c1
commit
9e27888938
@@ -1294,6 +1294,10 @@ int bcmf_wl_set_auth_param(FAR struct bcmf_dev_s *priv, struct iwreq *iwr)
|
||||
|
||||
switch (iwr->u.param.value)
|
||||
{
|
||||
case IW_AUTH_CIPHER_NONE:
|
||||
cipher_mode = OPEN_AUTH;
|
||||
break;
|
||||
|
||||
case IW_AUTH_CIPHER_WEP40:
|
||||
case IW_AUTH_CIPHER_WEP104:
|
||||
cipher_mode = WEP_ENABLED;
|
||||
|
||||
Reference in New Issue
Block a user