Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8712/
Drtl871x_mlme.c237 u16 s_cap, d_cap; in is_same_network() local
239 memcpy((u8 *)&s_cap, r8712_get_capability_from_ie(src->IEs), 2); in is_same_network()
249 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network()
251 ((s_cap & WLAN_CAPABILITY_ESS) == in is_same_network()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_mlme.c388 u16 s_cap, d_cap; in is_same_network() local
391 if (rtw_bug_check(dst, src, &s_cap, &d_cap) == false) in is_same_network()
397 s_cap = le16_to_cpu(tmps); in is_same_network()
404 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network()
406 ((s_cap & WLAN_CAPABILITY_ESS) == in is_same_network()
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_mlme.c336 u16 s_cap, d_cap; in is_same_network() local
342 s_cap = le16_to_cpu(le_scap); in is_same_network()
348 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network()
350 ((s_cap & WLAN_CAPABILITY_BSS) == in is_same_network()