Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan_net.c118 if (commit_flag & SME_WEP_FLAG) in ks_wlan_setup_parameter()
794 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_encode()
827 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_encode()
839 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_encode()
1395 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_auth_mode()
1404 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_auth_mode()
1472 priv->need_commit |= SME_WEP_FLAG; in ks_wlan_set_auth_mode()
1574 commit |= SME_WEP_FLAG; in ks_wlan_set_encode_ext()
1583 commit |= SME_WEP_FLAG; in ks_wlan_set_encode_ext()
1596 commit |= SME_WEP_FLAG; in ks_wlan_set_encode_ext()
[all …]
H A Dks_wlan.h66 #define SME_WEP_FLAG BIT(3) macro