Searched refs:nwid (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_openbsd.c32 struct ieee80211_nwid nwid; local
37 ifr.ifr_data = (void *)&nwid;
39 nwid.i_len > IEEE80211_NWID_LEN)
42 os_memcpy(ssid, nwid.i_nwid, nwid.i_len);
43 return nwid.i_len;
H A Ddriver_bsd.c179 struct ieee80211_nwid nwid; local
184 ifr.ifr_data = (void *)&nwid;
186 nwid.i_len > IEEE80211_NWID_LEN)
188 os_memcpy(ssid, nwid.i_nwid, nwid.i_len);
189 return nwid.i_len;
200 struct ieee80211_nwid nwid; local
203 os_memcpy(nwid.i_nwid, ssid, ssid_len);
204 nwid.i_len = ssid_len;
207 ifr.ifr_data = (void *)&nwid;
[all...]
/freebsd-11-stable/usr.sbin/wlconfig/
H A Dwlconfig.c126 int nwid; local
171 nwid = (psa[0x23] << 8) + psa[0x24];
172 printf("NWID : 0x%04x\n",nwid);
173 if (nwid != currnwid) {
375 if (!strcasecmp(param,"nwid")) {
/freebsd-11-stable/contrib/amd/amq/
H A Damq.c264 show_mapinfo(amq_map_info_list *ml, enum show_opt e, int *nwid, int *wwid) argument
276 if (nw > *nwid)
277 *nwid = nw;
287 *nwid, *nwid, "Name",
293 *nwid, *nwid, mi->mi_name,
/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.c239 u_char nwid[2]; /* current radio modem nwid */ member in struct:wl_softc
516 sc->nwid[0] = sc->psa[WLPSA_NWID];
517 sc->nwid[1] = sc->psa[WLPSA_NWID+1];
558 if_printf(ifp, "NWID 0x%02x%02x", sc->nwid[0], sc->nwid[1]);
722 MMC_WRITE(MMC_NETW_ID_L,sc->nwid[1]); /* set NWID */
723 MMC_WRITE(MMC_NETW_ID_H,sc->nwid[0]);
1173 * However, there does not appear to be a way to read the nwid
1348 /* default nwid */
[all...]

Completed in 78 milliseconds