Home
last modified time | relevance | path

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

/drivers/staging/ks7010/
Dks_wlan.h97 #define SME_WEP_VAL2 BIT(6) macro
100 #define SME_WEP_VAL_MASK (SME_WEP_VAL1 | SME_WEP_VAL2 | SME_WEP_VAL3 | SME_WEP_VAL4)
Dks_wlan_net.c139 if (commit_flag & SME_WEP_VAL2) in ks_wlan_setup_parameter()