Lines Matching defs:essid
130 static char *essid;
166 module_param(essid, charp, 0);
633 if (essid != NULL)
634 strncpy(local->sparm.b4.a_current_ess_id, essid, ESSID_SIZE);
1084 if (wrqu->essid.flags == 0)
1089 if (wrqu->essid.length > IW_ESSID_MAX_SIZE)
1094 memcpy(local->sparm.b5.a_current_ess_id, extra, wrqu->essid.length);
1109 /* Get the essid that was set */
1115 wrqu->essid.length = strlen(tmp);
1116 wrqu->essid.flags = 1; /* active */
2622 "Parse beacon failed at essid element id = %d\n",
2724 essid = proc_essid;
2799 proc_create("driver/ray_cs/essid", 0200, NULL, &ray_cs_essid_proc_ops);