Home
last modified time | relevance | path

Searched refs:tl_80211d (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/csr/
Ddrv.c57 int tl_80211d = (int)CSR_WIFI_SME_80211D_TRUST_LEVEL_MIB; variable
82 module_param(tl_80211d, int, S_IRUGO|S_IWUSR);
103 MODULE_PARM_DESC(tl_80211d, "802.11d Trust Level (1-6, default = 5)");
Dunifi_priv.h198 extern int tl_80211d;
Dunifi_sme.c1015 deviceConfig.trustLevel = (CsrWifiSme80211dTrustLevel)tl_80211d; in uf_sme_config_wq()