Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_mlme.c283 u16 s_cap, d_cap; in is_same_network() local
285 memcpy((u8 *)&s_cap, r8712_get_capability_from_ie(src->IEs), 2); in is_same_network()
295 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network()
297 ((s_cap & WLAN_CAPABILITY_BSS) == in is_same_network()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme.c315 u16 s_cap, d_cap; in is_same_network23a() local
317 s_cap = src->capability; in is_same_network23a()
324 (s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network23a()
326 (s_cap & WLAN_CAPABILITY_ESS) == (d_cap & WLAN_CAPABILITY_ESS)); in is_same_network23a()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme.c341 u16 s_cap, d_cap; in is_same_network() local
348 s_cap = le16_to_cpu(le_scap); in is_same_network()
354 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network()
356 ((s_cap & WLAN_CAPABILITY_ESS) == in is_same_network()