Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1333 u8 *perp; in rtw_update_protection() local
1348 perp = rtw_get_ie(ie, WLAN_EID_ERP_INFO, &erp_len, ie_len); in rtw_update_protection()
1349 if (!perp) { in rtw_update_protection()
1352 protection = (*(perp + 2)) & BIT(1); in rtw_update_protection()