stabuf 1208 dev/ic/if_wi_hostap.c struct hostap_sta stabuf; stabuf 1310 dev/ic/if_wi_hostap.c bcopy(sta->addr, stabuf.addr, ETHER_ADDR_LEN); stabuf 1311 dev/ic/if_wi_hostap.c stabuf.asid = sta->asid; stabuf 1312 dev/ic/if_wi_hostap.c stabuf.flags = sta->flags; stabuf 1313 dev/ic/if_wi_hostap.c stabuf.capinfo = sta->capinfo; stabuf 1314 dev/ic/if_wi_hostap.c stabuf.sig_info = sta->sig_info; stabuf 1315 dev/ic/if_wi_hostap.c stabuf.rates = sta->rates; stabuf 1317 dev/ic/if_wi_hostap.c error = copyout(&stabuf, (caddr_t) reqall.addr + n,