Lines Matching defs:essid
2311 * essid of the AP we want to connect.
2892 uint8_t essid[IEEE80211_NWID_LEN+1];
2927 bcopy(ic->ic_des_essid, essid, ic->ic_des_esslen);
2928 essid[ic->ic_des_esslen] = '\0';
2929 WPI_DBG((WPI_DEBUG_SCAN, "directed scan %s\n", essid));
2931 bcopy(ic->ic_des_essid, hdr->essid, ic->ic_des_esslen);
2933 bzero(hdr->essid, sizeof (hdr->essid));
2953 /* add essid IE */
2955 bcopy(in->in_essid, essid, in->in_esslen);
2956 essid[in->in_esslen] = '\0';
2958 essid));