Home
last modified time | relevance | path

Searched refs:WLPSA_NWID (Results 1 – 3 of 3) sorted by relevance

/trueos/usr.sbin/wlconfig/
HDwlconfig.c379 psabuf[WLPSA_NWID] = (val >> 8) & 0xff; in main()
380 psabuf[WLPSA_NWID+1] = val & 0xff; in main()
/trueos/sys/i386/include/
HDif_wl_wavelan.h121 #define WLPSA_NWID 0x23 /* network ID */ macro
/trueos/sys/dev/wl/
HDif_wl.c527 sc->nwid[0] = sc->psa[WLPSA_NWID]; in wlattach()
528 sc->nwid[1] = sc->psa[WLPSA_NWID+1]; in wlattach()
1356 sc->psa[WLPSA_NWID] = fubyte(up+WLPSA_NWID); in wlioctl()
1357 sc->psa[WLPSA_NWID+1] = fubyte(up+WLPSA_NWID+1); in wlioctl()