Home
last modified time | relevance | path

Searched refs:IEEE80211_FC1_DIR_TODS (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211.h184 #define IEEE80211_FC1_DIR_TODS 0x01 /* STA->AP */ macro
H A Dieee80211_input.c331 case IEEE80211_FC1_DIR_TODS: in ieee80211_decap()
H A Dieee80211_crypto_tkip.c851 case IEEE80211_FC1_DIR_TODS: in michael_mic_hdr()
H A Dieee80211_output.c811 case IEEE80211_FC1_DIR_TODS: in ieee80211_output()
899 wh->i_fc[1] = IEEE80211_FC1_DIR_TODS; in ieee80211_send_setup()
1696 wh->i_fc[1] = IEEE80211_FC1_DIR_TODS; in ieee80211_encap()
H A Dieee80211_proto.c568 case IEEE80211_FC1_DIR_TODS: in ieee80211_dump_pkt()
H A Dieee80211_hostap.c600 if (!(dir == IEEE80211_FC1_DIR_TODS || in hostap_input()