Searched defs:vap (Results 126 - 150 of 153) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.c413 struct mwl_hal_vap *vap; local
431 mwl_hal_delvap(struct mwl_hal_vap *vap) argument
690 mwl_hal_sethtgi(struct mwl_hal_vap *vap, int GIType) argument
776 mwl_hal_setrtsthreshold(struct mwl_hal_vap *vap, int threshold) argument
797 mwl_hal_setinframode(struct mwl_hal_vap *vap) argument
938 mwl_hal_settxrate(struct mwl_hal_vap *vap, MWL_HAL_TXRATE_HANDLING handling, const MWL_HAL_TXRATE *rate) argument
1177 mwl_hal_keyset(struct mwl_hal_vap *vap, const MWL_HAL_KEYVAL *kv, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
1227 mwl_hal_keyreset(struct mwl_hal_vap *vap, const MWL_HAL_KEYVAL *kv, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
1252 mwl_hal_setmac_locked(struct mwl_hal_vap *vap, const uint8_t addr[IEEE80211_ADDR_LEN]) argument
1268 mwl_hal_setmac(struct mwl_hal_vap *vap, const uint8_t addr[IEEE80211_ADDR_LEN]) argument
1280 mwl_hal_setbeacon(struct mwl_hal_vap *vap, const void *frame, size_t frameLen) argument
1300 mwl_hal_setpowersave_bss(struct mwl_hal_vap *vap, uint8_t nsta) argument
1317 mwl_hal_setpowersave_sta(struct mwl_hal_vap *vap, uint16_t aid, int ena) argument
1334 mwl_hal_setassocid(struct mwl_hal_vap *vap, const uint8_t bssId[IEEE80211_ADDR_LEN], uint16_t assocId) argument
1370 bastream_check_available(struct mwl_hal_vap *vap, int qid, const uint8_t Macaddr[IEEE80211_ADDR_LEN], uint8_t Tid, uint8_t ParamInfo) argument
1413 mwl_hal_bastream_alloc(struct mwl_hal_vap *vap, int ba_policy, const uint8_t Macaddr[IEEE80211_ADDR_LEN], uint8_t Tid, uint8_t ParamInfo, void *a1, void *a2) argument
1463 mwl_hal_bastream_create(struct mwl_hal_vap *vap, const MWL_HAL_BASTREAM *s, int BarThrs, int WindowSize, uint16_t seqno) argument
1683 mwl_hal_newstation(struct mwl_hal_vap *vap, const uint8_t addr[IEEE80211_ADDR_LEN], uint16_t aid, uint16_t sid, const MWL_HAL_PEERINFO *peer, int isQosSta, int wmeInfo) argument
1712 mwl_hal_delstation(struct mwl_hal_vap *vap, const uint8_t addr[IEEE80211_ADDR_LEN]) argument
1761 mwl_hal_setapmode(struct mwl_hal_vap *vap, MWL_HAL_APMODE ApMode) argument
1779 mwl_hal_stop(struct mwl_hal_vap *vap) argument
1800 mwl_hal_start(struct mwl_hal_vap *vap) argument
1917 mwl_hal_setnprot(struct mwl_hal_vap *vap, MWL_HAL_HTPROTECT mode) argument
1935 mwl_hal_setnprotmode(struct mwl_hal_vap *vap, uint8_t mode) argument
[all...]
H A Dif_mwl.c599 struct ieee80211vap *vap, *apvap; local
720 mwl_vap_delete(struct ieee80211vap *vap) argument
1020 mwl_setrates(struct ieee80211vap *vap) argument
1051 mwl_seteapolformat(struct ieee80211vap *vap) argument
1209 mwl_reset_vap(struct ieee80211vap *vap, int state) argument
1243 mwl_reset(struct ieee80211vap *vap, u_long cmd) argument
1471 struct ieee80211vap *vap = ifp->if_softc; local
1517 mwl_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k, ieee80211_keyix *keyix, ieee80211_keyix *rxkeyix) argument
1546 mwl_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
1607 mwl_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
1613 _mwl_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
1832 mwl_beacon_setup(struct ieee80211vap *vap) argument
1851 mwl_beacon_update(struct ieee80211vap *vap, int item) argument
1891 mwl_update_ps(struct ieee80211vap *vap, int nsta) argument
1906 struct ieee80211vap *vap = ni->ni_vap; local
2242 mwl_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
2269 struct ieee80211vap *vap = ni->ni_vap; local
3069 struct ieee80211vap *vap = ni->ni_vap; local
3513 mwl_cleartxq(struct mwl_softc *sc, struct ieee80211vap *vap) argument
3559 struct ieee80211vap *vap = ni->ni_vap; local
3643 struct ieee80211vap *vap = ni->ni_vap; local
3748 mwl_getapmode(const struct ieee80211vap *vap, struct ieee80211_channel *chan) argument
3776 mwl_setapmode(struct ieee80211vap *vap, struct ieee80211_channel *chan) argument
3873 mwl_startcsa(struct ieee80211vap *vap) argument
3894 mwl_setanywepkey(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
3908 struct ieee80211vap *vap = ni->ni_vap; local
3939 mwl_setglobalkeys(struct ieee80211vap *vap) argument
4002 const struct ieee80211vap *vap = ni->ni_vap; local
4036 mwl_localstadb(struct ieee80211vap *vap) argument
4072 mwl_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
4259 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c2910 biba_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c2333 lomac_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c2542 mls_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_stub/
H A Dmac_stub.c1371 stub_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c623 struct ieee80211vap *vap; local
658 wpi_vap_delete(struct ieee80211vap *vap) argument
1618 wpi_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
1662 struct ieee80211vap *vap = ni->ni_vap; local
1721 wpi_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
2059 struct ieee80211vap *vap; local
2159 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2763 struct ieee80211vap *vap = ni->ni_vap; local
2938 struct ieee80211vap *vap = ni->ni_vap; local
3190 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3538 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3913 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4015 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4073 struct ieee80211vap *vap = ss->ss_vap; local
4266 wpi_auth(struct wpi_softc *sc, struct ieee80211vap *vap) argument
4320 struct ieee80211vap *vap = &wvp->wv_vap; local
4374 struct ieee80211vap *vap = ni->ni_vap; local
4405 wpi_update_beacon(struct ieee80211vap *vap, int item) argument
4448 struct ieee80211vap *vap = ni->ni_vap; local
4468 wpi_run(struct wpi_softc *sc, struct ieee80211vap *vap) argument
4575 struct ieee80211vap *vap = ni->ni_vap; local
4639 struct ieee80211vap *vap = ni->ni_vap; local
4660 struct ieee80211vap *vap = ni->ni_vap; local
4674 struct ieee80211vap *vap = ni->ni_vap; local
4724 struct ieee80211vap *vap = ni->ni_vap; local
4743 wpi_process_key(struct ieee80211vap *vap, const struct ieee80211_key *k, int set) argument
4818 wpi_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
4824 wpi_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
5399 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5416 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5548 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5606 struct ieee80211vap *vap = ss->ss_vap; local
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c1453 struct ieee80211vap *vap; local
1705 ath_vap_delete(struct ieee80211vap *vap) argument
2120 struct ieee80211vap *vap = local
2302 ath_bmiss_vap(struct ieee80211vap *vap) argument
2968 ath_reset_vap(struct ieee80211vap *vap, u_long cmd) argument
3446 ath_key_update_begin(struct ieee80211vap *vap) argument
3455 ath_key_update_end(struct ieee80211vap *vap) argument
3493 struct ieee80211vap *vap; local
3747 ath_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
5463 struct ieee80211vap *vap; local
5475 ath_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
5813 struct ieee80211vap *vap = ni->ni_vap; local
5846 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c589 struct ieee80211vap *vap; local
615 bwi_vap_delete(struct ieee80211vap *vap) argument
1744 bwi_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
2915 struct ieee80211vap *vap = ni->ni_vap; local
3107 struct ieee80211vap *vap = ni->ni_vap; local
3314 struct ieee80211vap *vap; local
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c890 struct ieee80211vap *vap; local
987 run_vap_delete(struct ieee80211vap *vap) argument
1984 run_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
1993 struct ieee80211vap *vap = ifp->if_softc; local
2038 run_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
2224 struct ieee80211vap *vap = cmdq->arg1; local
2346 run_key_set(struct ieee80211vap *vap, struct ieee80211_key *k) argument
2414 run_key_delete(struct ieee80211vap *vap, struct ieee80211_key *k) argument
2458 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2548 struct ieee80211vap *vap = ni->ni_vap; local
2625 struct ieee80211vap *vap = ni->ni_vap; local
2718 struct ieee80211vap *vap = ni->ni_vap; local
3033 struct ieee80211vap *vap = NULL; local
3196 struct ieee80211vap *vap = data->ni->ni_vap; local
3259 struct ieee80211vap *vap = ni->ni_vap; local
4854 run_update_beacon(struct ieee80211vap *vap, int item) argument
4898 struct ieee80211vap *vap = arg; local
4986 struct ieee80211vap *vap = arg; local
5059 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5952 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
H A Dif_urtw.c1014 struct ieee80211vap *vap; local
1041 urtw_vap_delete(struct ieee80211vap *vap) argument
1198 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1671 struct ieee80211vap *vap = ni->ni_vap; local
1848 urtw_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
3206 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
H A Dif_rsureg.h742 struct ieee80211vap vap; member in struct:rsu_vap
H A Dif_zydreg.h1237 struct ieee80211vap vap; member in struct:zyd_vap
/freebsd-11-stable/sys/kern/
H A Duipc_mqueue.c1194 struct vattr *vap = ap->a_vap; local
1234 struct vattr *vap; local
[all...]
H A Dvfs_subr.c906 vattr_null(struct vattr *vap) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c1771 zfs_create(vnode_t *dvp, char *name, vattr_t *vap, int excl, int mode, argument
2066 zfs_mkdir(vnode_t *dvp, char *dirname, vattr_t *vap, vnode_t **vpp, cred_t *cr) argument
2658 zfs_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, caller_context_t *ct) argument
2872 zfs_setattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, caller_context_t *ct) argument
4006 zfs_symlink(vnode_t *dvp, vnode_t **vpp, char *name, vattr_t *vap, char *link, cred_t *cr, kthread_t *td) argument
4998 vattr_t *vap = ap->a_vap; local
5039 vattr_t *vap = ap->a_vap; local
5101 vattr_t *vap = ap->a_vap; local
5171 vattr_t *vap = ap->a_vap; local
5322 vattr_t *vap = ap->a_vap; local
[all...]
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c2058 nfsv4_fillattr(struct nfsrv_descript *nd, struct mount *mp, vnode_t vp, NFSACL_T *saclp, struct vattr *vap, fhandle_t *fhp, int rderror, nfsattrbit_t *attrbitp, struct ucred *cred, NFSPROC_T *p, int isdgram, int reterr, int supports_nfsv4acls, int at_root, uint64_t mounted_on_fileno) argument
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c2120 pmap_alloc_specials(vm_offset_t *availp, int pages, vm_offset_t *vap, argument
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c1329 struct ieee80211vap *vap; local
1353 iwn_vap_delete(struct ieee80211vap *vap) argument
2644 iwn_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
2820 iwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
3387 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3563 struct ieee80211vap *vap; local
3802 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4257 iwn_check_rate_needs_protection(struct iwn_softc *sc, struct ieee80211vap *vap, uint8_t rate) argument
4364 struct ieee80211vap *vap = ni->ni_vap; local
4664 struct ieee80211vap *vap = ni->ni_vap; local
5074 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6518 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6717 struct ieee80211vap *vap = NULL; local
6761 iwn_scan(struct iwn_softc *sc, struct ieee80211vap *vap, struct ieee80211_scan_state *ss, struct ieee80211_channel *c) argument
7022 iwn_auth(struct iwn_softc *sc, struct ieee80211vap *vap) argument
7094 iwn_run(struct iwn_softc *sc, struct ieee80211vap *vap) argument
8675 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
8690 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
8710 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
8879 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
8920 struct ieee80211vap *vap = ss->ss_vap; local
[all...]
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c755 struct ieee80211vap *vap; local
802 urtwn_vap_delete(struct ieee80211vap *vap) argument
827 urtwn_vap_clear_tx(struct urtwn_softc *sc, struct ieee80211vap *vap) argument
837 urtwn_vap_clear_tx_queue(struct urtwn_softc *sc, urtwn_datahead *head, struct ieee80211vap *vap) argument
1017 struct ieee80211vap *vap; local
2011 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2148 struct ieee80211vap *vap = ni->ni_vap; local
2185 urtwn_update_beacon(struct ieee80211vap *vap, int item) argument
2242 urtwn_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k, ieee80211_keyix *keyix, ieee80211_keyix *rxkeyix) argument
2370 urtwn_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
2399 urtwn_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
2427 struct ieee80211vap *vap = arg; local
2464 urtwn_tsf_sync_enable(struct urtwn_softc *sc, struct ieee80211vap *vap) argument
2544 struct ieee80211vap *vap = ni->ni_vap; local
2566 urtwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
2899 struct ieee80211vap *vap = ni->ni_vap; local
3133 struct ieee80211vap *vap = ni->ni_vap; local
3348 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4438 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4837 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4946 struct ieee80211vap *vap; local
4984 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5043 urtwn_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
5313 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1123 nfsrpc_setattr(vnode_t vp, struct vattr *vap, NFSACL_T *aclp, argument
1207 nfsrpc_setattrrpc(vnode_t vp, struct vattr *vap, argument
1829 nfsrpc_mknod(vnode_t dvp, char *name, int namelen, struct vattr *vap, argument
1909 nfsrpc_create(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
1980 nfsrpc_createv23(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
2028 nfsrpc_createv4(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp) argument
2574 nfsrpc_symlink(vnode_t dvp, char *name, int namelen, char *target, struct vattr *vap, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
2635 nfsrpc_mkdir(vnode_t dvp, char *name, int namelen, struct vattr *vap, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff) argument
6350 nfsrpc_createlayout(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp, nfsv4stateid_t *stateidp, int usecurstateid, int layoutlen, int *retonclosep, struct nfsclflayouthead *flhp, int *laystatp) argument
6608 nfsrpc_getcreatelayout(vnode_t dvp, char *name, int namelen, struct vattr *vap, nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *dnap, struct nfsvattr *nnap, struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *dstuff, int *unlockedp) argument
[all...]
/freebsd-11-stable/sys/security/mac_test/
H A Dmac_test.c2486 test_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c1843 struct ieee80211vap *vap; local
1878 bwn_vap_delete(struct ieee80211vap *vap) argument
4742 bwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
6194 struct ieee80211vap *vap = ni->ni_vap; local
[all...]
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c1274 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3188 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3317 struct ieee80211vap *vap = ni->ni_vap; local
3601 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3958 iwm_auth(struct ieee80211vap *vap, struct iwm_softc *sc) argument
4094 iwm_assoc(struct ieee80211vap *vap, struct iwm_softc *sc) argument
4187 iwm_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
4330 struct ieee80211vap *vap = ifp->if_softc; local
4350 iwm_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
4630 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4897 iwm_allow_mcast(struct ieee80211vap *vap, struct iwm_softc *sc) argument
5399 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5737 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6194 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6330 struct ieee80211vap *vap; local
6357 iwm_vap_delete(struct ieee80211vap *vap) argument
6382 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
6410 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h976 struct ieee80211vap vap; member in struct:otus_vap

Completed in 382 milliseconds

1234567