Searched refs:phytype (Results 1 – 13 of 13) sorted by relevance
| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | types.h | 230 #define PHYTYPE_11N_CAP(phytype) \ argument 231 (PHYTYPE_IS(phytype, PHY_TYPE_N) || \ 232 PHYTYPE_IS(phytype, PHY_TYPE_LCN) || \ 233 PHYTYPE_IS(phytype, PHY_TYPE_SSN)) 236 #define BRCMS_ISNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_N) 237 #define BRCMS_ISLCNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_LCN) 238 #define BRCMS_ISSSLPNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_SSN) 240 #define BRCMS_PHY_11N_CAP(band) PHYTYPE_11N_CAP((band)->phytype)
|
| H A D | main.h | 253 u16 phytype; /* phytype */ member 304 u16 phytype; /* phytype */ member
|
| H A D | debug.c | 88 hw->band->phytype, hw->band->phyrev, hw->band->pi->ana_rev, in brcms_debugfs_hardware_read()
|
| H A D | main.c | 1713 brcms_b_write_shm(wlc_hw, M_PHYTYPE, (u16) wlc_hw->band->phytype); in brcms_b_bsinit() 3393 brcms_c_rateset_default(rs, NULL, wlc->band->phytype, in brcms_default_rateset() 4580 wlc_phy_get_phyversion(wlc_hw->band->pi, &wlc_hw->band->phytype, in brcms_b_attach() 4605 wlc_hw->band->phytype, wlc_hw->band->phyrev); in brcms_b_attach() 4621 wlc->band->phytype = wlc_hw->band->phytype; in brcms_b_attach() 4626 wlc->band->phytype, wlc->band->phyrev, in brcms_b_attach() 4744 brcms_c_rateset_default(&bi->rateset, NULL, band->phytype, in brcms_c_bss_default_init() 5503 return wlc->band->phytype; in brcms_c_get_phy_type()
|
| /src/sys/dev/bwi/ |
| H A D | bwiphy.c | 157 uint8_t phyrev, phytype, phyver; in bwi_phy_attach() local 164 phytype = __SHIFTOUT(val, BWI_PHYINFO_TYPE_MASK); in bwi_phy_attach() 167 phytype, phyrev, phyver); in bwi_phy_attach() 173 switch (phytype) { in bwi_phy_attach() 214 phytype); in bwi_phy_attach()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | core.h | 93 u32 phytype; member
|
| H A D | common.c | 338 ri->phytype = le32_to_cpu(revinfo.phytype); in brcmf_c_preinit_dcmds()
|
| H A D | fwil_types.h | 804 __le32 phytype; member
|
| H A D | core.c | 1160 seq_printf(s, "phytype: %u\n", ri->phytype); in brcmf_revinfo_read()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_hal.h | 172 bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype,
|
| H A D | phy_cmn.c | 580 wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype, u16 *phyrev, in wlc_phy_get_phyversion() argument 584 *phytype = (u16) pi->pubpi.phy_type; in wlc_phy_get_phyversion()
|
| /src/contrib/wpa/src/ap/ |
| H A D | ieee802_11.c | 3025 u8 op_class, channel, phytype; in handle_auth() local 3042 phytype = 8; /* dmg */ in handle_auth() 3044 phytype = 9; /* vht */ in handle_auth() 3046 phytype = 7; /* ht */ in handle_auth() 3049 phytype = 4; /* ofdm */ in handle_auth() 3052 phytype = 6; /* erp */ in handle_auth() 3054 phytype = 5; /* hrdsss */ in handle_auth() 3066 *pos++ = phytype; in handle_auth()
|
| /src/sys/dev/bwn/ |
| H A D | if_bwn.c | 5978 uint16_t phytype, phystat0, phystat3, chanstat; in bwn_rxeof() local 6003 phytype = chanstat & BWN_RX_CHAN_PHYTYPE; in bwn_rxeof() 6036 phytype == BWN_PHYTYPE_A); in bwn_rxeof() 6046 switch (phytype) { in bwn_rxeof()
|