Hello rlattin,
You should be able to scope the query by using:
"Computer"."Network"."TCPIP"."Bound Adapter"."Description" Like
*Note: this is network - not network adapters.
Then select each of the wireless cards that show up in the column that you wish to report on and add them using the OR operand.
Example:
Next select the data you wish to be returned for each adapter:
I would suggest Description and Physical Address. These would be found under: "Computer"."Network"."TCPIP"."Bound Adapter"
Example:
This should yield the results that you are looking for.
LANDESK does some magic whenever you use the same field in both the top and bottom half. It will only display results that match perfectly to one of the search criteria that you enter. This means that you are able to pick exactly the NICs that you want the MAC Addresses for (aka only wireless NICs) and as long as you add the Description as one of the returned values - it will automatically parse the data down.
Hope this helps,
-Peter