Lines Matching refs:associate
85 static int associate;
2406 struct ipw_associate *associate)
2408 if (!priv || !associate) {
2413 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate),
2414 associate);
3968 IPW_DEBUG_HC("Attempt to send [dis]associate command "
4784 schedule_work(&priv->associate);
5711 * last 3 seconds, do not try and associate again... */
7412 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7434 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7543 schedule_work(&priv->associate);
7555 IPW_DEBUG_ASSOC("Not attempting association (associate=0)\n");
7626 container_of(work, struct ipw_priv, associate);
8468 if (associate)
8471 IPW_DEBUG_INFO("Auto associate disabled.\n");
8592 IPW_DEBUG_ASSOC("Attempting to associate with new "
8696 /* If we are associated, trying to associate, or have a statically
8916 IPW_DEBUG_ASSOC("Attempting to associate with new "
8950 /* If we are associated, trying to associate, or have a statically
9016 /* If we are associated, trying to associate, or have a statically
10648 INIT_WORK(&priv->associate, ipw_bg_associate);
11207 /* If configure to try and auto-associate, kick
11796 cancel_work_sync(&priv->associate);
11949 module_param(associate, int, 0444);
11950 MODULE_PARM_DESC(associate, "auto associate when scanning (default off)");
11962 MODULE_PARM_DESC(channel, "channel to limit associate to (default 0 [ANY])");