/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | hw.h | 41 int set_tx, const u8 *key, const u8 *rsc,
|
H A D | hw.c | 993 int set_tx, const u8 *key, const u8 *rsc, in __orinoco_hw_set_tkip_key() 1012 if (set_tx) in __orinoco_hw_set_tkip_key() 992 __orinoco_hw_set_tkip_key(struct orinoco_private *priv, int key_idx, int set_tx, const u8 *key, const u8 *rsc, size_t rsc_len, const u8 *tsc, size_t tsc_len) __orinoco_hw_set_tkip_key() argument
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ap.h | 26 int rtw_ap_set_wep_key(struct adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx);
|
H A D | rtw_mlme.h | 494 extern sint rtw_set_key(struct adapter *adapter, struct security_priv *psecuritypriv, sint keyid, u8 set_tx, bool enqueue);
|
H A D | rtw_cmd.h | 305 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ap.h | 26 int rtw_ap_set_wep_key(struct adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx);
|
H A D | rtw_mlme.h | 447 extern signed int rtw_set_key(struct adapter *adapter, struct security_priv *psecuritypriv, signed int keyid, u8 set_tx, bool enqueue);
|
H A D | ieee80211.h | 183 u8 set_tx; member
|
H A D | rtw_cmd.h | 278 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | hw.h | 41 int set_tx, const u8 *key, size_t key_len,
|
H A D | hw.c | 993 int set_tx, const u8 *key, size_t key_len, in __orinoco_hw_set_tkip_key() 1015 if (set_tx) in __orinoco_hw_set_tkip_key() 992 __orinoco_hw_set_tkip_key(struct orinoco_private *priv, int key_idx, int set_tx, const u8 *key, size_t key_len, const u8 *rsc, size_t rsc_len, const u8 *tsc, size_t tsc_len) __orinoco_hw_set_tkip_key() argument
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | ieee80211.h | 89 u8 set_tx; member
|
H A D | rtl871x_ioctl_linux.c | 417 if (param->u.crypt.set_tx) { in wpa_set_encryption() 454 if (param->u.crypt.set_tx == 1) in wpa_set_encryption() 1789 param->u.crypt.set_tx = 0; in r871x_wx_set_enc_ext() 1791 param->u.crypt.set_tx = 1; in r871x_wx_set_enc_ext()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | ieee80211.h | 89 u8 set_tx; member
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_linux.c | 116 if (param->u.crypt.set_tx) { in wpa_set_encryption() 154 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in wpa_set_encryption() 587 if (param->u.crypt.set_tx) { in rtw_set_encryption() 620 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption() 668 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption()
|
H A D | ioctl_cfg80211.c | 572 if (param->u.crypt.set_tx == 0) { in rtw_cfg80211_ap_set_encryption() 620 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in rtw_cfg80211_ap_set_encryption() 784 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in rtw_cfg80211_set_encryption() 890 param->u.crypt.set_tx = 0; /* for wpa/wpa2 group key */ in cfg80211_rtw_add_key() 892 param->u.crypt.set_tx = 1; /* for wpa/wpa2 pairwise key */ in cfg80211_rtw_add_key()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | rtw_cmd.h | 159 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
|
H A D | rtw_mlme.h | 236 int keyid, u8 set_tx);
|
H A D | ieee80211.h | 210 u8 set_tx; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 1483 u8 set_tx in rtw_ap_set_key() 1512 psetkeyparm->set_tx = set_tx; in rtw_ap_set_key() 1557 u8 set_tx in rtw_ap_set_wep_key() 1575 return rtw_ap_set_key(padapter, key, alg, keyid, set_tx); in rtw_ap_set_wep_key()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 1306 u8 set_tx in rtw_ap_set_key() 1333 psetkeyparm->set_tx = set_tx; in rtw_ap_set_key() 1376 u8 set_tx in rtw_ap_set_wep_key() 1392 return rtw_ap_set_key(padapter, key, alg, keyid, set_tx); in rtw_ap_set_wep_key()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 686 bool set_tx = false, set_rx = false; in e1000_set_ringparam() local 717 set_tx = (new_tx_count != adapter->tx_ring_count); in e1000_set_ringparam() 721 if (set_tx) { in e1000_set_ringparam() 744 if (set_tx) { in e1000_set_ringparam() 760 if (set_tx) { in e1000_set_ringparam() 772 if (err && set_tx) in e1000_set_ringparam()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
H A D | ioctl_linux.c | 411 if (param->u.crypt.set_tx) { in wpa_set_encryption() 412 DBG_88E("wep, set_tx = 1\n"); in wpa_set_encryption() 416 DBG_88E("wep, set_tx = 0\n"); in wpa_set_encryption() 444 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in wpa_set_encryption() 1884 param->u.crypt.set_tx = 1; in rtw_wx_set_enc_ext() 1891 param->u.crypt.set_tx = 0; in rtw_wx_set_enc_ext() 2112 psetkeyparm->set_tx = 1; in set_group_key() 2229 if (param->u.crypt.set_tx) { in rtw_set_encryption() 2230 DBG_88E("wep, set_tx = 1\n"); in rtw_set_encryption() 2249 DBG_88E("wep, set_tx in rtw_set_encryption() [all...] |