Lines Matching defs:essid
130 static char *essid;
166 module_param(essid, charp, 0);
629 if (essid != NULL)
630 strscpy(local->sparm.b4.a_current_ess_id, essid, ESSID_SIZE);
1085 if (wrqu->essid.flags == 0)
1090 if (wrqu->essid.length > IW_ESSID_MAX_SIZE)
1095 memcpy(local->sparm.b5.a_current_ess_id, extra, wrqu->essid.length);
1110 /* Get the essid that was set */
1116 wrqu->essid.length = strlen(tmp);
1117 wrqu->essid.flags = 1; /* active */
2621 "Parse beacon failed at essid element id = %d\n",
2723 essid = proc_essid;
2798 proc_create("driver/ray_cs/essid", 0200, NULL, &ray_cs_essid_proc_ops);