Home
last modified time | relevance | path

Searched refs:SME_WEP_FLAG (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/ks7010/
Dks_wlan_net.c118 if (commit_flag & SME_WEP_FLAG) in ks_wlan_setup_parameter()
795 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_encode()
828 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_encode()
840 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_encode()
1394 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_auth_mode()
1403 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_auth_mode()
1417 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_auth_mode()
1426 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_auth_mode()
1471 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_auth_mode()
1573 commit |= SME_WEP_FLAG; in ks_wlan_set_encode_ext()
[all …]
Dks_wlan.h66 #define SME_WEP_FLAG BIT(3) macro