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