Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mlme.c237 u16 s_cap, d_cap; in is_same_network() local
240 memcpy((u8 *)&d_cap, r8712_get_capability_from_ie(dst->IEs), 2); in is_same_network()
250 (d_cap & WLAN_CAPABILITY_IBSS)) && in is_same_network()
252 (d_cap & WLAN_CAPABILITY_ESS)); in is_same_network()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c379 u16 s_cap, d_cap; in is_same_network() local
382 if (rtw_bug_check(dst, src, &s_cap, &d_cap) == false) in is_same_network()
389 d_cap = le16_to_cpu(tmpd); in is_same_network()
396 (d_cap & WLAN_CAPABILITY_IBSS)) && in is_same_network()
398 (d_cap & WLAN_CAPABILITY_ESS)); in is_same_network()