Home
last modified time | relevance | path

Searched refs:phytype (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/bwi/
H A Dbwiphy.c160 uint8_t phyrev, phytype, phyver; in bwi_phy_attach() local
167 phytype = __SHIFTOUT(val, BWI_PHYINFO_TYPE_MASK); in bwi_phy_attach()
170 phytype, phyrev, phyver); in bwi_phy_attach()
176 switch (phytype) { in bwi_phy_attach()
217 phytype); in bwi_phy_attach()
/freebsd-12.1/contrib/wpa/src/ap/
H A Dieee802_11.c2149 u8 op_class, channel, phytype; in handle_auth() local
2166 phytype = 8; /* dmg */ in handle_auth()
2168 phytype = 9; /* vht */ in handle_auth()
2170 phytype = 7; /* ht */ in handle_auth()
2173 phytype = 4; /* ofdm */ in handle_auth()
2176 phytype = 6; /* erp */ in handle_auth()
2178 phytype = 5; /* hrdsss */ in handle_auth()
2190 *pos++ = phytype; in handle_auth()
/freebsd-12.1/sys/dev/bwn/
H A Dif_bwn.c5982 uint16_t phytype, phystat0, phystat3, chanstat; in bwn_rxeof() local
6008 phytype = chanstat & BWN_RX_CHAN_PHYTYPE; in bwn_rxeof()
6041 phytype == BWN_PHYTYPE_A); in bwn_rxeof()
6051 switch (phytype) { in bwn_rxeof()