Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/cisco/
Dairo.c233 static int auto_wep /* = 0 */; /* If set, it tries to figure out the wep mode */ variable
258 module_param(auto_wep, int, 0);
259 MODULE_PARM_DESC(auto_wep,
1869 if (auto_wep && !test_bit(FLAG_RADIO_DOWN, &ai->flags)) { in try_auto_wep()
3271 if (auto_wep) in airo_handle_link()
3283 if (auto_wep && !ai->expires) { in airo_handle_link()
5573 if (apriv->keyindex < auto_wep) { in timer_func()