reqsta 1207 dev/ic/if_wi_hostap.c struct hostap_sta reqsta; reqsta 1221 dev/ic/if_wi_hostap.c if ((error = copyin(ifr->ifr_data, &reqsta, sizeof(reqsta)))) reqsta 1224 dev/ic/if_wi_hostap.c sta = wihap_sta_find(whi, reqsta.addr); reqsta 1243 dev/ic/if_wi_hostap.c if ((error = copyin(ifr->ifr_data, &reqsta, sizeof(reqsta)))) reqsta 1246 dev/ic/if_wi_hostap.c sta = wihap_sta_find(whi, reqsta.addr); reqsta 1250 dev/ic/if_wi_hostap.c reqsta.flags = sta->flags; reqsta 1251 dev/ic/if_wi_hostap.c reqsta.asid = sta->asid; reqsta 1252 dev/ic/if_wi_hostap.c reqsta.capinfo = sta->capinfo; reqsta 1253 dev/ic/if_wi_hostap.c reqsta.sig_info = sta->sig_info; reqsta 1254 dev/ic/if_wi_hostap.c reqsta.rates = sta->rates; reqsta 1256 dev/ic/if_wi_hostap.c error = copyout(&reqsta, ifr->ifr_data, reqsta 1257 dev/ic/if_wi_hostap.c sizeof(reqsta)); reqsta 1265 dev/ic/if_wi_hostap.c if ((error = copyin(ifr->ifr_data, &reqsta, sizeof(reqsta)))) reqsta 1268 dev/ic/if_wi_hostap.c sta = wihap_sta_find(whi, reqsta.addr); reqsta 1279 dev/ic/if_wi_hostap.c sta = wihap_sta_alloc(sc, reqsta.addr); reqsta 1280 dev/ic/if_wi_hostap.c sta->flags = reqsta.flags;