/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | hw.h | 41 int set_tx, const u8 *key, const u8 *rsc,
|
D | hw.c | 991 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-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 455 psetkeyparm->set_tx = 1; in set_group_key() 472 int set_tx, const u8 *sta_addr, in rtw_cfg80211_ap_set_encryption() argument 525 if (set_tx == 0) { /* group key */ in rtw_cfg80211_ap_set_encryption() 603 if (set_tx == 1) { in rtw_cfg80211_ap_set_encryption() 716 int set_tx, const u8 *sta_addr, in rtw_cfg80211_set_encryption() argument 785 if (set_tx == 1) { in rtw_cfg80211_set_encryption() 869 int set_tx, ret = 0; in cfg80211_rtw_add_key() local 911 set_tx = 0; /* for wpa/wpa2 group key */ in cfg80211_rtw_add_key() 913 set_tx = 1; /* for wpa/wpa2 pairwise key */ in cfg80211_rtw_add_key() 916 ret = rtw_cfg80211_set_encryption(ndev, key_index, set_tx, in cfg80211_rtw_add_key() [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_mlme.h | 220 struct security_priv *psecuritypriv, int keyid, u8 set_tx);
|
D | rtw_cmd.h | 223 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_cmd.h | 171 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
|
D | rtw_mlme.h | 444 int keyid, u8 set_tx);
|
D | ieee80211.h | 234 u8 set_tx; member
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 670 bool set_tx = false, set_rx = false; in e1000_set_ringparam() local 701 set_tx = (new_tx_count != adapter->tx_ring_count); in e1000_set_ringparam() 705 if (set_tx) { in e1000_set_ringparam() 728 if (set_tx) { in e1000_set_ringparam() 744 if (set_tx) { in e1000_set_ringparam() 756 if (err && set_tx) in e1000_set_ringparam()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 426 if (param->u.crypt.set_tx) { in wpa_set_encryption() 459 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in wpa_set_encryption() 1935 param->u.crypt.set_tx = 1; in rtw_wx_set_enc_ext() 1942 param->u.crypt.set_tx = 0; in rtw_wx_set_enc_ext() 2178 psetkeyparm->set_tx = 1; in set_group_key() 2297 if (param->u.crypt.set_tx) { in rtw_set_encryption() 2333 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption() 2377 if (param->u.crypt.set_tx == 1) { in rtw_set_encryption()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | ieee80211.h | 111 u8 set_tx; member
|
D | rtl871x_ioctl_linux.c | 423 if (param->u.crypt.set_tx) { in wpa_set_encryption() 461 if (param->u.crypt.set_tx == 1) in wpa_set_encryption() 1805 param->u.crypt.set_tx = 0; in r871x_wx_set_enc_ext() 1807 param->u.crypt.set_tx = 1; in r871x_wx_set_enc_ext()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 1779 struct security_priv *psecuritypriv, int keyid, u8 set_tx) in rtw_set_key23a() argument 1818 psetkeyparm->set_tx = set_tx; in rtw_set_key23a()
|
D | rtw_mlme_ext.c | 5867 if (pparm->set_tx) in setkey_hdl23a()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 1623 int rtw_set_key(struct adapter *adapter, struct security_priv *psecuritypriv, int keyid, u8 set_tx) in rtw_set_key() argument 1656 psetkeyparm->set_tx = set_tx; in rtw_set_key()
|
D | rtw_mlme_ext.c | 5354 if (pparm->set_tx) in setkey_hdl()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib.h | 382 u8 set_tx; member
|
D | rtllib_softmac.c | 3356 if (param->u.crypt.set_tx) { in rtllib_wpa_set_encryption()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 320 u8 set_tx; member
|
D | ieee80211_softmac.c | 3053 if (param->u.crypt.set_tx) { in ieee80211_wpa_set_encryption()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 2307 if (ipw->u.crypt.set_tx) { in _rtl92e_ioctl()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 3725 if (ipw->u.crypt.set_tx) { in rtl8192_ioctl()
|