Home
last modified time | relevance | path

Searched refs:IEEE80211_C_TXPMGT (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/net80211/
H A Dieee80211_var.h454 #define IEEE80211_C_TXPMGT 0x00000040 /* CAPABILITY: tx power mgmt */ macro
H A Dieee80211_ioctl.c829 if ((ic->ic_caps & IEEE80211_C_TXPMGT) == 0) { in ieee80211_ioctl()
843 if ((ic->ic_caps & IEEE80211_C_TXPMGT) == 0) in ieee80211_ioctl()
/openbsd/sys/dev/usb/
H A Dif_ral.c270 IEEE80211_C_TXPMGT | /* tx power management */ in ural_attach()
H A Dif_rum.c336 IEEE80211_C_TXPMGT | /* tx power management */ in rum_attach()
H A Dif_uath.c343 IEEE80211_C_TXPMGT | /* tx power management */ in uath_attach()
H A Dif_zyd.c361 IEEE80211_C_TXPMGT | /* tx power management */ in zyd_complete_attach()
H A Dif_urtw.c687 IEEE80211_C_TXPMGT | /* tx power management */ in urtw_attach()
/openbsd/sys/dev/pci/
H A Dif_ipw.c232 IEEE80211_C_TXPMGT | /* tx power management */ in ipw_attach()
H A Dif_iwi.c237 IEEE80211_C_TXPMGT | /* tx power management */ in iwi_attach()
/openbsd/sys/dev/ic/
H A Drt2560.c237 IEEE80211_C_TXPMGT | /* tx power management */ in rt2560_attach()
H A Drt2661.c298 IEEE80211_C_TXPMGT | /* tx power management */ in rt2661_attachhook()
H A Dpgt.c1972 ic->ic_caps = IEEE80211_C_WEP | IEEE80211_C_PMGT | IEEE80211_C_TXPMGT | in pgt_net_attach()