Searched refs:set_tx (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/staging/rtl8723bs/include/ |
| A D | rtw_ap.h | 26 int rtw_ap_set_wep_key(struct adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx);
|
| A D | rtw_mlme.h | 279 … adapter *adapter, struct security_priv *psecuritypriv, signed int keyid, u8 set_tx, bool enqueue);
|
| A D | rtw_cmd.h | 278 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
|
| A D | ieee80211.h | 183 u8 set_tx; member
|
| /linux/drivers/staging/rtl8712/ |
| A D | ieee80211.h | 89 u8 set_tx; member
|
| A D | rtl871x_ioctl_linux.c | 396 if (param->u.crypt.set_tx) { in wpa_set_encryption() 433 if (param->u.crypt.set_tx == 1) in wpa_set_encryption() 1732 param->u.crypt.set_tx = 0; in r871x_wx_set_enc_ext() 1734 param->u.crypt.set_tx = 1; in r871x_wx_set_enc_ext()
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| A D | ioctl_linux.c | 115 if (param->u.crypt.set_tx) { in wpa_set_encryption() 153 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in wpa_set_encryption() 586 if (param->u.crypt.set_tx) { in rtw_set_encryption() 619 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption() 667 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption()
|
| A D | ioctl_cfg80211.c | 571 if (param->u.crypt.set_tx == 0) { in rtw_cfg80211_ap_set_encryption() 619 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in rtw_cfg80211_ap_set_encryption() 783 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in rtw_cfg80211_set_encryption() 889 param->u.crypt.set_tx = 0; /* for wpa/wpa2 group key */ in cfg80211_rtw_add_key() 891 param->u.crypt.set_tx = 1; /* for wpa/wpa2 pairwise key */ in cfg80211_rtw_add_key()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_ap.c | 1305 u8 set_tx in rtw_ap_set_key() argument 1332 psetkeyparm->set_tx = set_tx; in rtw_ap_set_key() 1375 u8 set_tx in rtw_ap_set_wep_key() argument 1391 return rtw_ap_set_key(padapter, key, alg, keyid, set_tx); in rtw_ap_set_wep_key()
|
| A D | rtw_mlme.c | 1845 …t adapter *adapter, struct security_priv *psecuritypriv, signed int keyid, u8 set_tx, bool enqueue) in rtw_set_key() argument 1865 psetkeyparm->set_tx = set_tx; in rtw_set_key()
|
| A D | rtw_mlme_ext.c | 5617 if (pparm->set_tx) in setkey_hdl()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| A D | ethtool.c | 665 bool set_tx = false, set_rx = false; in e1000_set_ringparam() local 696 set_tx = (new_tx_count != adapter->tx_ring_count); in e1000_set_ringparam() 700 if (set_tx) { in e1000_set_ringparam() 721 if (set_tx) { in e1000_set_ringparam() 737 if (set_tx) { in e1000_set_ringparam() 749 if (err && set_tx) in e1000_set_ringparam()
|
Completed in 59 milliseconds