Searched refs:set_group_key (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 422 static int set_group_key(struct rtw_adapter *padapter, struct key_params *parms, in set_group_key() function 519 set_group_key(padapter, keyparms, keyparms->cipher, key_index); in rtw_cfg80211_ap_set_encryption() 583 set_group_key(padapter, keyparms, in rtw_cfg80211_ap_set_encryption() 694 set_group_key(padapter, keyparms, in rtw_cfg80211_ap_set_encryption()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 2150 static int set_group_key(struct adapter *padapter, u8 *key, u8 alg, int keyid) in set_group_key() function 2226 return set_group_key(padapter, key, alg, keyid); in set_wep_key() 2365 …set_group_key(padapter, param->u.crypt.key, psecuritypriv->dot118021XGrpPrivacy, param->u.crypt.id… in rtw_set_encryption() 2442 …set_group_key(padapter, param->u.crypt.key, psecuritypriv->dot118021XGrpPrivacy, param->u.crypt.id… in rtw_set_encryption()
|