Home
last modified time | relevance | path

Searched full:set_tx (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_ap.h26 int rtw_ap_set_wep_key(struct adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx);
H A Drtw_mlme.h275 … adapter *adapter, struct security_priv *psecuritypriv, signed int keyid, u8 set_tx, bool enqueue);
H A Drtw_cmd.h278 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
H A Dieee80211.h183 u8 set_tx; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c1265 u8 set_tx) in rtw_ap_set_key() argument
1291 psetkeyparm->set_tx = set_tx; in rtw_ap_set_key()
1333 u8 set_tx) in rtw_ap_set_wep_key() argument
1348 return rtw_ap_set_key(padapter, key, alg, keyid, set_tx); in rtw_ap_set_wep_key()
H A Drtw_mlme.c1919 …t adapter *adapter, struct security_priv *psecuritypriv, signed int keyid, u8 set_tx, bool enqueue) in rtw_set_key() argument
1939 psetkeyparm->set_tx = set_tx; in rtw_set_key()
H A Drtw_mlme_ext.c5591 if (pparm->set_tx) in setkey_hdl()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c571 if (param->u.crypt.set_tx == 0) { in rtw_cfg80211_ap_set_encryption()
618 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in rtw_cfg80211_ap_set_encryption()
780 if (param->u.crypt.set_tx == 1) { /* pairwise key */ in rtw_cfg80211_set_encryption()
879 param->u.crypt.set_tx = 0; /* for wpa/wpa2 group key */ in cfg80211_rtw_add_key()
881 param->u.crypt.set_tx = 1; /* for wpa/wpa2 pairwise key */ in cfg80211_rtw_add_key()
/linux/include/net/
H A Dcfg80211.h793 * @mode: key install mode (RX_TX, NO_TX or SET_TX)