Home
last modified time | relevance | path

Searched refs:dot11wBIPKeyid (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h110 u32 dot11wBIPKeyid; /* key id used for BIP Key (tx key index) */ member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c1346 if (keyid != padapter->securitypriv.dot11wBIPKeyid) in rtw_BIP_verify()
1360 if (omac1_aes_128(padapter->securitypriv.dot11wBIPKey[padapter->securitypriv.dot11wBIPKeyid].skey in rtw_BIP_verify()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c805 padapter->securitypriv.dot11wBIPKeyid = param->u.crypt.idx; in rtw_cfg80211_set_encryption()