/titanic_41/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto.c | 350 if (ic->ic_def_txkey == IEEE80211_KEYIX_NONE || in ieee80211_crypto_getkey() 351 KEY_UNDEFINED(ic->ic_nw_keys[ic->ic_def_txkey])) in ieee80211_crypto_getkey() 353 return (&ic->ic_nw_keys[ic->ic_def_txkey]); in ieee80211_crypto_getkey() 392 if (ic->ic_def_txkey == IEEE80211_KEYIX_NONE) { in ieee80211_crypto_encap() 398 keyix = ic->ic_def_txkey; in ieee80211_crypto_encap() 399 k = &ic->ic_nw_keys[ic->ic_def_txkey]; in ieee80211_crypto_encap()
|
H A D | net80211_ioctl.c | 351 *ow_kid = (ic->ic_def_txkey == IEEE80211_KEYIX_NONE) ? in wifi_cfg_keyid() 352 0 : ic->ic_def_txkey; in wifi_cfg_keyid() 363 ic->ic_def_txkey = *iw_kid; in wifi_cfg_keyid() 916 ic->ic_def_txkey = 0; in wifi_loaddefdata() 2271 ic->ic_def_txkey = kid; in wl_set_wpakey()
|
/titanic_41/usr/src/uts/common/io/atu/ |
H A D | atu.c | 333 k = ic->ic_nw_keys + ic->ic_def_txkey; in atu_config() 348 cmd.WEP_DefaultKeyID = ic->ic_def_txkey; in atu_config() 1265 ic->ic_def_txkey = 0; in atu_attach()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | net80211.h | 618 #define ic_def_txkey ic_crypto.cs_def_txkey macro
|
/titanic_41/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 2345 if (k->wk_keyix == ic->ic_def_txkey) in mwl_key_set() 2413 ic->ic_def_txkey != IEEE80211_KEYIX_NONE && in mwl_setanywepkey() 2414 ic->ic_nw_keys[ic->ic_def_txkey].wk_keyix != IEEE80211_KEYIX_NONE) in mwl_setanywepkey() 2415 (void) mwl_key_set(ic, &ic->ic_nw_keys[ic->ic_def_txkey], mac); in mwl_setanywepkey() 4070 ic->ic_def_txkey = 0; in mwl_attach()
|
/titanic_41/usr/src/uts/common/io/zyd/ |
H A D | zyd.c | 570 ic->ic_def_txkey = 0; in zyd_wifi_init()
|
/titanic_41/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 413 ic->ic_def_txkey = 0; in ipw2100_attach() 957 data = LE_32(ic->ic_def_txkey); in ipw2100_config()
|
/titanic_41/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 548 ic->ic_def_txkey = 0; in ipw2200_attach() 1752 assoc.auth = (ic->ic_def_txkey << 4) | IPW2200_AUTH_SHARED; in ipw2200_auth_and_assoc()
|
/titanic_41/usr/src/uts/common/io/ural/ |
H A D | ural.c | 2308 ic->ic_def_txkey = 0; in ural_attach()
|
/titanic_41/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 2249 ic->ic_def_txkey = 0; in ath_attach()
|
/titanic_41/usr/src/uts/common/io/rum/ |
H A D | rum.c | 2353 ic->ic_def_txkey = 0; in rum_attach()
|
/titanic_41/usr/src/uts/common/io/ral/ |
H A D | rt2560.c | 2539 ic->ic_def_txkey = 0; in rt2560_attach()
|
/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_main.c | 3212 ic->ic_def_txkey = 0; in arn_attach()
|
/titanic_41/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 3058 ic->ic_def_txkey = 0; in rt2661_attach()
|
/titanic_41/usr/src/uts/common/io/rtw/ |
H A D | rtw.c | 3283 ic->ic_def_txkey = 0; in rtw_attach()
|
/titanic_41/usr/src/uts/common/io/rwn/ |
H A D | rt2860.c | 3003 ic->ic_def_txkey = 0; in rt2860_attach()
|
/titanic_41/usr/src/uts/common/io/uath/ |
H A D | uath.c | 3195 ic->ic_def_txkey = 0; in uath_attach()
|
/titanic_41/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 590 ic->ic_def_txkey = 0; in wpi_attach()
|
/titanic_41/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 776 ic->ic_def_txkey = 0; in iwp_attach()
|
/titanic_41/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 4392 ic->ic_def_txkey = 0; in urtw_attach()
|
/titanic_41/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 853 ic->ic_def_txkey = 0; in iwh_attach()
|
/titanic_41/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 728 ic->ic_def_txkey = 0; in iwk_attach()
|