Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bwi/
H A Dbwiphy.c159 uint8_t phyrev, phytype, phyver; in bwi_phy_attach() local
166 phytype = __SHIFTOUT(val, BWI_PHYINFO_TYPE_MASK); in bwi_phy_attach()
169 phytype, phyrev, phyver); in bwi_phy_attach()
175 switch (phytype) { in bwi_phy_attach()
216 phytype); in bwi_phy_attach()
/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_11.c3674 u8 op_class, channel, phytype; in handle_auth() local
3691 phytype = 8; /* dmg */ in handle_auth()
3693 phytype = 9; /* vht */ in handle_auth()
3695 phytype = 7; /* ht */ in handle_auth()
3698 phytype = 4; /* ofdm */ in handle_auth()
3701 phytype = 6; /* erp */ in handle_auth()
3703 phytype = 5; /* hrdsss */ in handle_auth()
3715 *pos++ = phytype; in handle_auth()
/freebsd-13.1/sys/dev/bwn/
H A Dif_bwn.c5991 uint16_t phytype, phystat0, phystat3, chanstat; in bwn_rxeof() local
6016 phytype = chanstat & BWN_RX_CHAN_PHYTYPE; in bwn_rxeof()
6049 phytype == BWN_PHYTYPE_A); in bwn_rxeof()
6059 switch (phytype) { in bwn_rxeof()