Lines Matching defs:associate
85 static int associate;
2374 struct ipw_associate *associate)
2376 if (!priv || !associate) {
2381 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate),
2382 associate);
3922 IPW_DEBUG_HC("Attempt to send [dis]associate command "
4738 schedule_work(&priv->associate);
5665 * last 3 seconds, do not try and associate again... */
7374 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7396 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7505 schedule_work(&priv->associate);
7517 IPW_DEBUG_ASSOC("Not attempting association (associate=0)\n");
7588 container_of(work, struct ipw_priv, associate);
8430 if (associate)
8433 IPW_DEBUG_INFO("Auto associate disabled.\n");
8554 IPW_DEBUG_ASSOC("Attempting to associate with new "
8658 /* If we are associated, trying to associate, or have a statically
8878 IPW_DEBUG_ASSOC("Attempting to associate with new "
8912 /* If we are associated, trying to associate, or have a statically
8978 /* If we are associated, trying to associate, or have a statically
10605 INIT_WORK(&priv->associate, ipw_bg_associate);
11164 /* If configure to try and auto-associate, kick
11752 cancel_work_sync(&priv->associate);
11905 module_param(associate, int, 0444);
11906 MODULE_PARM_DESC(associate, "auto associate when scanning (default off)");
11918 MODULE_PARM_DESC(channel, "channel to limit associate to (default 0 [ANY])");