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