Home
last modified time | relevance | path

Searched refs:iv_def_txkey (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_crypto.c167 vap->iv_def_txkey = IEEE80211_KEYIX_NONE; in ieee80211_crypto_vattach()
570 if (vap->iv_def_txkey == IEEE80211_KEYIX_NONE) { in ieee80211_crypto_get_txkey()
574 __func__, vap->iv_def_txkey); in ieee80211_crypto_get_txkey()
578 return &vap->iv_nw_keys[vap->iv_def_txkey]; in ieee80211_crypto_get_txkey()
H A Dieee80211_output.c1424 if (vap->iv_def_txkey == IEEE80211_KEYIX_NONE || in ieee80211_crypto_getucastkey()
1425 IEEE80211_KEY_UNDEFINED(&vap->iv_nw_keys[vap->iv_def_txkey])) in ieee80211_crypto_getucastkey()
1427 return &vap->iv_nw_keys[vap->iv_def_txkey]; in ieee80211_crypto_getucastkey()
1442 if (vap->iv_def_txkey == IEEE80211_KEYIX_NONE || in ieee80211_crypto_getmcastkey()
1443 IEEE80211_KEY_UNDEFINED(&vap->iv_nw_keys[vap->iv_def_txkey])) in ieee80211_crypto_getmcastkey()
1445 return &vap->iv_nw_keys[vap->iv_def_txkey]; in ieee80211_crypto_getmcastkey()
1533 __func__, vap->iv_def_txkey); in ieee80211_encap()
2850 vap->iv_def_txkey : IEEE80211_KEYIX_NONE); in ieee80211_send_mgmt()
2940 vap->iv_def_txkey : IEEE80211_KEYIX_NONE); in ieee80211_send_mgmt()
H A Dieee80211_var.h504 ieee80211_keyix iv_def_txkey; /* default/group tx key index */ member
H A Dieee80211_superg.c209 vap->iv_def_txkey : IEEE80211_KEYIX_NONE); in ieee80211_add_athcaps()
H A Dieee80211_ddb.c467 db_printf(" def_txkey %d", vap->iv_def_txkey); in _db_show_vap()
H A Dieee80211_ioctl.c107 if (wk->wk_keyix == vap->iv_def_txkey) in ieee80211_ioctl_getkey()
836 ireq->i_val = vap->iv_def_txkey; in ieee80211_ioctl_get80211()
H A Dieee80211.c490 vap->iv_def_txkey = kid; in default_update_deftxkey()