Searched refs:auto_wep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 233 static int auto_wep /* = 0 */; /* If set, it tries to figure out the wep mode */ variable 259 module_param(auto_wep, int, 0); 260 MODULE_PARM_DESC(auto_wep, 262 "The value of auto_wep is number of the wep keys to check. " 1869 if (auto_wep && !test_bit(FLAG_RADIO_DOWN, &ai->flags)) { in try_auto_wep() 3277 if (auto_wep) in airo_handle_link() 3291 if (auto_wep && !ai->expires) { in airo_handle_link() 3967 /* Grab the initial wep key, we gotta save it for auto_wep */ in setup_card() 5577 if (apriv->keyindex < auto_wep) { in timer_func()
|
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 233 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, 261 "The value of auto_wep is number of the wep keys to check. " 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() 3958 /* Grab the initial wep key, we gotta save it for auto_wep */ in setup_card() 5574 if (apriv->keyindex < auto_wep) { in timer_func()
|
Completed in 23 milliseconds