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

/haiku/src/libs/compat/freebsd_wlan/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.c1431 if (vap->iv_def_txkey == IEEE80211_KEYIX_NONE ||
1432 IEEE80211_KEY_UNDEFINED(&vap->iv_nw_keys[vap->iv_def_txkey]))
1434 return &vap->iv_nw_keys[vap->iv_def_txkey];
1449 if (vap->iv_def_txkey == IEEE80211_KEYIX_NONE ||
1450 IEEE80211_KEY_UNDEFINED(&vap->iv_nw_keys[vap->iv_def_txkey]))
1452 return &vap->iv_nw_keys[vap->iv_def_txkey];
1540 __func__, vap->iv_def_txkey);
2860 vap->iv_def_txkey : IEEE80211_KEYIX_NONE);
2950 vap->iv_def_txkey : IEEE80211_KEYIX_NONE);
H A Dieee80211_ddb.c467 db_printf(" def_txkey %d", vap->iv_def_txkey);
H A Dieee80211_var.h506 ieee80211_keyix iv_def_txkey; /* default/group tx key index */ member in struct:ieee80211vap
H A Dieee80211_superg.c209 vap->iv_def_txkey : IEEE80211_KEYIX_NONE);
H A Dieee80211_ioctl.c107 if (wk->wk_keyix == vap->iv_def_txkey)
836 ireq->i_val = vap->iv_def_txkey;
H A Dieee80211.c494 vap->iv_def_txkey = kid;
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c1648 if (k->wk_keyix == vap->iv_def_txkey)
3908 vap->iv_def_txkey != IEEE80211_KEYIX_NONE &&
3909 vap->iv_nw_keys[vap->iv_def_txkey].wk_keyix != IEEE80211_KEYIX_NONE)
3910 (void) _mwl_key_set(vap, &vap->iv_nw_keys[vap->iv_def_txkey],
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c2213 if (vap->iv_def_txkey != IEEE80211_KEYIX_NONE) {
2214 data = htole32(vap->iv_def_txkey);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c1912 desc->wep_txkey = vap->iv_def_txkey;
2945 if (vap->iv_def_txkey != IEEE80211_KEYIX_NONE)
2946 assoc->auth |= vap->iv_def_txkey << 4;
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c2430 iv[3] = vap->iv_def_txkey << 6;

Completed in 207 milliseconds