Searched refs:WLAN_CAPABILITY_IS_STA_BSS (Results 1 – 2 of 2) sorted by relevance
1427 if (WLAN_CAPABILITY_IS_STA_BSS(a->capability)) in cmp_bss()1430 if (WLAN_CAPABILITY_IS_STA_BSS(b->capability)) in cmp_bss()
3354 #define WLAN_CAPABILITY_IS_STA_BSS(cap) \ macro