Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211.h193 #define IEEE80211_FC1_PWR_MGT 0x10 macro
H A Dieee80211_hostap.c641 if (((wh->i_fc[1] & IEEE80211_FC1_PWR_MGT) ^ in hostap_input()
644 wh->i_fc[1] & IEEE80211_FC1_PWR_MGT); in hostap_input()
H A Dieee80211_output.c1162 wh->i_fc[1] |= IEEE80211_FC1_PWR_MGT; in ieee80211_send_nulldata()
1180 wh->i_fc[1] & IEEE80211_FC1_PWR_MGT ? "ena" : "dis"); in ieee80211_send_nulldata()