Home
last modified time | relevance | path

Searched refs:IEEE80211_FC1_PWR_MGT (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libpcap/
H A Dieee80211.h91 #define IEEE80211_FC1_PWR_MGT 0x10 macro
/freebsd/tools/tools/net80211/wlaninject/
H A Dwlaninject.c593 wh->i_fc[1] |= IEEE80211_FC1_PWR_MGT; in main()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h183 #define IEEE80211_FCTL_PM (IEEE80211_FC1_PWR_MGT << 8)
/freebsd/sys/net80211/
H A Dieee80211.h298 #define IEEE80211_FC1_PWR_MGT 0x10 macro
H A Dieee80211_hostap.c637 if (((wh->i_fc[1] & IEEE80211_FC1_PWR_MGT) ^ in hostap_input()
640 wh->i_fc[1] & IEEE80211_FC1_PWR_MGT); in hostap_input()
H A Dieee80211_output.c1166 wh->i_fc[1] |= IEEE80211_FC1_PWR_MGT; in ieee80211_send_nulldata()
1184 wh->i_fc[1] & IEEE80211_FC1_PWR_MGT ? "ena" : "dis"); in ieee80211_send_nulldata()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c2772 IEEE80211_FC1_PWR_MGT); in mwl_rx_proc()