Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_mlme.c292 u16 s_cap, d_cap; in is_same_network() local
294 memcpy((u8 *)&s_cap, r8712_get_capability_from_ie(src->IEs), 2); in is_same_network()
304 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network()
306 ((s_cap & WLAN_CAPABILITY_BSS) == in is_same_network()
/drivers/staging/rtl8723au/core/
Drtw_mlme.c320 u16 s_cap, d_cap; in is_same_network23a() local
322 s_cap = src->capability; in is_same_network23a()
329 (s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network23a()
331 (s_cap & WLAN_CAPABILITY_ESS) == (d_cap & WLAN_CAPABILITY_ESS)); in is_same_network23a()
/drivers/staging/rtl8188eu/core/
Drtw_mlme.c340 u16 s_cap, d_cap; in is_same_network() local
347 s_cap = le16_to_cpu(le_scap); in is_same_network()
353 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network()
355 ((s_cap & WLAN_CAPABILITY_BSS) == in is_same_network()