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

/freebsd-12-stable/sys/dev/bwi/
H A Dbwiphy.c159 uint8_t phyrev, phytype, phyver; local
166 phytype = __SHIFTOUT(val, BWI_PHYINFO_TYPE_MASK);
169 phytype, phyrev, phyver);
175 switch (phytype) {
216 phytype);
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_11.c2149 u8 op_class, channel, phytype; local
2166 phytype = 8; /* dmg */
2168 phytype = 9; /* vht */
2170 phytype = 7; /* ht */
2173 phytype = 4; /* ofdm */
2176 phytype = 6; /* erp */
2178 phytype = 5; /* hrdsss */
2190 *pos++ = phytype;
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn.c5988 uint16_t phytype, phystat0, phystat3, chanstat; local
6013 phytype = chanstat & BWN_RX_CHAN_PHYTYPE;
6046 phytype == BWN_PHYTYPE_A);
6056 switch (phytype) {

Completed in 188 milliseconds