/drivers/net/wireless/intersil/orinoco/ |
D | hw.h | 41 int set_tx, const u8 *key, size_t key_len,
|
D | hw.c | 993 int set_tx, const u8 *key, size_t key_len, in __orinoco_hw_set_tkip_key() argument 1015 if (set_tx) in __orinoco_hw_set_tkip_key()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_ap.h | 26 int rtw_ap_set_wep_key(struct adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx);
|
D | rtw_cmd.h | 278 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
|
D | rtw_mlme.h | 444 … adapter *adapter, struct security_priv *psecuritypriv, signed int keyid, u8 set_tx, bool enqueue);
|
D | ieee80211.h | 183 u8 set_tx; member
|
/drivers/staging/rtl8712/ |
D | ieee80211.h | 89 u8 set_tx; member
|
D | rtl871x_ioctl_linux.c | 415 if (param->u.crypt.set_tx) { in wpa_set_encryption() 452 if (param->u.crypt.set_tx == 1) in wpa_set_encryption() 1787 param->u.crypt.set_tx = 0; in r871x_wx_set_enc_ext() 1789 param->u.crypt.set_tx = 1; in r871x_wx_set_enc_ext()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 131 if (param->u.crypt.set_tx) { in wpa_set_encryption() 169 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in wpa_set_encryption() 613 if (param->u.crypt.set_tx) { in rtw_set_encryption() 649 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption() 699 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption()
|
D | ioctl_cfg80211.c | 578 if (param->u.crypt.set_tx == 0) { in rtw_cfg80211_ap_set_encryption() 628 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in rtw_cfg80211_ap_set_encryption() 798 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in rtw_cfg80211_set_encryption() 905 param->u.crypt.set_tx = 0; /* for wpa/wpa2 group key */ in cfg80211_rtw_add_key() 907 param->u.crypt.set_tx = 1; /* for wpa/wpa2 pairwise key */ in cfg80211_rtw_add_key()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_ap.c | 1304 u8 set_tx in rtw_ap_set_key() argument 1331 psetkeyparm->set_tx = set_tx; in rtw_ap_set_key() 1374 u8 set_tx in rtw_ap_set_wep_key() argument 1390 return rtw_ap_set_key(padapter, key, alg, keyid, set_tx); in rtw_ap_set_wep_key()
|
D | rtw_mlme.c | 1924 …t adapter *adapter, struct security_priv *psecuritypriv, signed int keyid, u8 set_tx, bool enqueue) in rtw_set_key() argument 1944 psetkeyparm->set_tx = set_tx; in rtw_set_key()
|
D | rtw_mlme_ext.c | 5668 if (pparm->set_tx) in setkey_hdl()
|
/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 674 bool set_tx = false, set_rx = false; in e1000_set_ringparam() local 705 set_tx = (new_tx_count != adapter->tx_ring_count); in e1000_set_ringparam() 709 if (set_tx) { in e1000_set_ringparam() 732 if (set_tx) { in e1000_set_ringparam() 748 if (set_tx) { in e1000_set_ringparam() 760 if (err && set_tx) in e1000_set_ringparam()
|
/drivers/staging/r8188eu/include/ |
D | rtw_mlme.h | 467 int keyid, u8 set_tx);
|
D | rtw_cmd.h | 241 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
|
D | ieee80211.h | 196 u8 set_tx; member
|
/drivers/staging/r8188eu/core/ |
D | rtw_mlme.c | 1672 int rtw_set_key(struct adapter *adapter, struct security_priv *psecuritypriv, int keyid, u8 set_tx) in rtw_set_key() argument 1700 psetkeyparm->set_tx = set_tx; in rtw_set_key()
|
D | rtw_mlme_ext.c | 8019 if (pparm->set_tx) in setkey_hdl()
|
/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 486 if (param->u.crypt.set_tx) { in wpa_set_encryption() 519 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in wpa_set_encryption() 2014 param->u.crypt.set_tx = 1; in rtw_wx_set_enc_ext() 2021 param->u.crypt.set_tx = 0; in rtw_wx_set_enc_ext()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 314 u8 set_tx; member
|
D | ieee80211_softmac.c | 2900 if (param->u.crypt.set_tx) { in ieee80211_wpa_set_encryption()
|
/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 3497 if (ipw->u.crypt.set_tx) { in rtl8192_ioctl()
|