Home
last modified time | relevance | path

Searched refs:na_node (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/net80211/
H A Dieee80211_ioctl.h397 struct ieee80211_nodereq *na_node; /* allocated node buffer */ member
H A Dieee80211_ioctl.c937 error = copyout(&nrbuf, (caddr_t)na->na_node + i, in ieee80211_ioctl()
/openbsd-src/sys/dev/ic/
H A Dif_wi_hostap.c1334 error = copyout(&nr, (caddr_t)na->na_node + n, in wihap_ioctl()
H A Dif_wi.c1941 error = copyout(nr, (caddr_t)na->na_node + j, in wi_ioctl()
H A Dpgt.c2328 error = copyout(nr, (caddr_t)na->na_node + j, in pgt_ioctl()
/openbsd-src/sys/dev/pcmcia/
H A Dif_malo.c422 if (copyout(nr, (caddr_t)na->na_node + j, in cmalo_ioctl()
/openbsd-src/sbin/ifconfig/
H A Difconfig.c2723 na.na_node = nr; in ieee80211_listnodes()