atayozcan
Looking for the chipset id and vendor, It seems you have a PCIe FullMAC Broadcom BCM943602CS WLAN+ Bluetooth Combination Card.
This is not supported in FreeBSD yet, but I'm positive it should work well on both OpenBSD (since 6.4) and NetBSD (starting with 8.1), following the addition of the new bwfm(4) driver; Should your choice fall on NetBSD, beware 8.1 hasn't been released yet, but will likely be in few days (currently in testing stage, at 8.1-RC1). Respective -current branches naturally provide the driver too.
Here's in fact the relevant man pages:
While taking a look at if_bwfm_pci.c, I see:
static const struct bwfm_pci_matchid {
pci_vendor_id_t bwfm_vendor;
pci_product_id_t bwfm_product;
} bwfm_pci_devices[] = {
{ PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM43602 },
{ PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM4350 },
};