Home
last modified time | relevance | path

Searched refs:wc_vap (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_crypto_wep.c79 struct ieee80211vap *wc_vap; /* for diagnostics+statistics */ member
99 ctx->wc_vap = vap; in wep_attach()
126 struct ieee80211vap *vap = ctx->wc_vap; in wep_setiv()
241 struct ieee80211vap *vap = ctx->wc_vap; in wep_decap()
349 struct ieee80211vap *vap = ctx->wc_vap; in wep_encrypt()
432 struct ieee80211vap *vap = ctx->wc_vap; in wep_decrypt()
/freebsd/tools/regression/net80211/wep/
H A Dtest_wep.c180 struct ieee80211vap *wc_vap; /* for diagnostics+statistics */ member
253 ctx->wc_vap = vap; in runtest()