reqall 1206 dev/ic/if_wi_hostap.c struct hostap_getall reqall; reqall 1301 dev/ic/if_wi_hostap.c if ((error = copyin(ifr->ifr_data, &reqall, sizeof(reqall)))) reqall 1304 dev/ic/if_wi_hostap.c reqall.nstations = whi->n_stations; reqall 1308 dev/ic/if_wi_hostap.c while (sta && reqall.size >= n+sizeof(struct hostap_sta)) { reqall 1317 dev/ic/if_wi_hostap.c error = copyout(&stabuf, (caddr_t) reqall.addr + n, reqall 1328 dev/ic/if_wi_hostap.c error = copyout(&reqall, ifr->ifr_data, reqall 1329 dev/ic/if_wi_hostap.c sizeof(reqall));