Home
last modified time | relevance | path

Searched refs:set_tx (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.10/drivers/net/wireless/intersil/orinoco/
Dhw.h41 int set_tx, const u8 *key, const u8 *rsc,
Dhw.c991 int set_tx, const u8 *key, const u8 *rsc, in __orinoco_hw_set_tkip_key() argument
1010 if (set_tx) in __orinoco_hw_set_tkip_key()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_ap.h26 int rtw_ap_set_wep_key(struct adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx);
Drtw_cmd.h305 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
Drtw_mlme.h494 …struct adapter *adapter, struct security_priv *psecuritypriv, sint keyid, u8 set_tx, bool enqueue);
Dieee80211.h223 u8 set_tx; member
/Linux-v5.10/drivers/staging/rtl8712/
Dieee80211.h89 u8 set_tx; member
Drtl871x_ioctl_linux.c417 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()
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtw_cmd.h159 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
Drtw_mlme.h236 int keyid, u8 set_tx);
Dieee80211.h210 u8 set_tx; member
/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
Dethtool.c667 bool set_tx = false, set_rx = false; in e1000_set_ringparam() local
698 set_tx = (new_tx_count != adapter->tx_ring_count); in e1000_set_ringparam()
702 if (set_tx) { in e1000_set_ringparam()
725 if (set_tx) { in e1000_set_ringparam()
741 if (set_tx) { in e1000_set_ringparam()
753 if (err && set_tx) in e1000_set_ringparam()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_ap.c1483 u8 set_tx in rtw_ap_set_key() argument
1512 psetkeyparm->set_tx = set_tx; in rtw_ap_set_key()
1557 u8 set_tx in rtw_ap_set_wep_key() argument
1575 return rtw_ap_set_key(padapter, key, alg, keyid, set_tx); in rtw_ap_set_wep_key()
Drtw_mlme.c2166 …(struct adapter *adapter, struct security_priv *psecuritypriv, sint keyid, u8 set_tx, bool enqueue) in rtw_set_key() argument
2189 psetkeyparm->set_tx = set_tx; in rtw_set_key()
Drtw_mlme_ext.c6445 if (pparm->set_tx) in setkey_hdl()
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c411 if (param->u.crypt.set_tx) { in wpa_set_encryption()
444 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in wpa_set_encryption()
1882 param->u.crypt.set_tx = 1; in rtw_wx_set_enc_ext()
1889 param->u.crypt.set_tx = 0; in rtw_wx_set_enc_ext()
2110 psetkeyparm->set_tx = 1; in set_group_key()
2227 if (param->u.crypt.set_tx) { in rtw_set_encryption()
2263 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption()
2307 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption()
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c662 if (param->u.crypt.set_tx == 0) /* group key */ in rtw_cfg80211_ap_set_encryption()
733 if (param->u.crypt.set_tx == 1) /* pairwise key */ in rtw_cfg80211_ap_set_encryption()
952 if (param->u.crypt.set_tx == 1)/* pairwise key */ in rtw_cfg80211_set_encryption()
1091 param->u.crypt.set_tx = 0; /* for wpa/wpa2 group key */ in cfg80211_rtw_add_key()
1093 param->u.crypt.set_tx = 1; /* for wpa/wpa2 pairwise key */ in cfg80211_rtw_add_key()
Dioctl_linux.c499 if (param->u.crypt.set_tx) { in wpa_set_encryption()
541 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in wpa_set_encryption()
2173 param->u.crypt.set_tx = 1; in rtw_wx_set_enc_ext()
2181 param->u.crypt.set_tx = 0; in rtw_wx_set_enc_ext()
3510 if (param->u.crypt.set_tx) { in rtw_set_encryption()
3550 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption()
3608 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1550 int rtw_set_key(struct adapter *adapter, struct security_priv *psecuritypriv, int keyid, u8 set_tx) in rtw_set_key() argument
1581 psetkeyparm->set_tx = set_tx; in rtw_set_key()
Drtw_mlme_ext.c5201 if (pparm->set_tx) in setkey_hdl()
/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h314 u8 set_tx; member
Dieee80211_softmac.c2896 if (param->u.crypt.set_tx) { in ieee80211_wpa_set_encryption()
/Linux-v5.10/drivers/staging/rtl8192u/
Dr8192U_core.c3503 if (ipw->u.crypt.set_tx) { in rtl8192_ioctl()