Searched refs:s_cap (Results 1 – 3 of 3) sorted by relevance
283 u16 s_cap, d_cap; in is_same_network() local285 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()
315 u16 s_cap, d_cap; in is_same_network23a() local317 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()
341 u16 s_cap, d_cap; in is_same_network() local348 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()