Searched refs:phytype (Results 1 – 3 of 3) sorted by relevance
/freebsd/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()
|
/freebsd/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()
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn.c | 5976 uint16_t phytype, phystat0, phystat3, chanstat; in bwn_rxeof() local 6001 phytype = chanstat & BWN_RX_CHAN_PHYTYPE; in bwn_rxeof() 6034 phytype == BWN_PHYTYPE_A); in bwn_rxeof() 6044 switch (phytype) { in bwn_rxeof()
|