Searched refs:iv_def_txkey (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/net80211/
H A Dieee80211_crypto.c167 vap->iv_def_txkey = IEEE80211_KEYIX_NONE;
570 if (vap->iv_def_txkey == IEEE80211_KEYIX_NONE) {
574 __func__, vap->iv_def_txkey);
578 return &vap->iv_nw_keys[vap->iv_def_txkey];
H A Dieee80211_output.c1424 if (vap->iv_def_txkey == IEEE80211_KEYIX_NONE ||
1425 IEEE80211_KEY_UNDEFINED(&vap->iv_nw_keys[vap->iv_def_txkey]))
1427 return &vap->iv_nw_keys[vap->iv_def_txkey];
1442 if (vap->iv_def_txkey == IEEE80211_KEYIX_NONE ||
1443 IEEE80211_KEY_UNDEFINED(&vap->iv_nw_keys[vap->iv_def_txkey]))
1445 return &vap->iv_nw_keys[vap->iv_def_txkey];
1533 __func__, vap->iv_def_txkey);
2850 vap->iv_def_txkey : IEEE80211_KEYIX_NONE);
2940 vap->iv_def_txkey : IEEE80211_KEYIX_NONE);
H A Dieee80211_ddb.c467 db_printf(" def_txkey %d", vap->iv_def_txkey);
H A Dieee80211_superg.c209 vap->iv_def_txkey : IEEE80211_KEYIX_NONE);
H A Dieee80211_var.h504 ieee80211_keyix iv_def_txkey; /* default/group tx key index */ member in struct:ieee80211vap
H A Dieee80211_ioctl.c107 if (wk->wk_keyix == vap->iv_def_txkey)
836 ireq->i_val = vap->iv_def_txkey;
H A Dieee80211.c490 vap->iv_def_txkey = kid;
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwl.c1646 if (k->wk_keyix == vap->iv_def_txkey)
3910 vap->iv_def_txkey != IEEE80211_KEYIX_NONE &&
3911 vap->iv_nw_keys[vap->iv_def_txkey].wk_keyix != IEEE80211_KEYIX_NONE)
3912 (void) _mwl_key_set(vap, &vap->iv_nw_keys[vap->iv_def_txkey],
/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipw.c2209 if (vap->iv_def_txkey != IEEE80211_KEYIX_NONE) {
2210 data = htole32(vap->iv_def_txkey);
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uath.c2134 if (vap->iv_def_txkey != IEEE80211_KEYIX_NONE) {
2135 error = uath_set_key(sc, &vap->iv_nw_keys[vap->iv_def_txkey],
H A Dif_run.c2429 iv[3] = vap->iv_def_txkey << 6;
/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwi.c1911 desc->wep_txkey = vap->iv_def_txkey;
2945 if (vap->iv_def_txkey != IEEE80211_KEYIX_NONE)
2946 assoc->auth |= vap->iv_def_txkey << 4;
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis.c2568 if (i == vap->iv_def_txkey)

Completed in 516 milliseconds