Home
last modified time | relevance | path

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

/dragonfly/tools/tools/net80211/w00t/redir/
HDredir.c131 if (wh->i_fc[1] & IEEE80211_FC1_DIR_TODS) { in wanted()
270 wh->i_fc[1] |= IEEE80211_FC1_DIR_TODS; in send_header()
347 wh->i_fc[1] |= IEEE80211_FC1_DIR_TODS; in send_data()
518 if (q->wh->i_fc[1] & IEEE80211_FC1_DIR_TODS) { in read_buddy_data()
/dragonfly/contrib/libpcap/
HDieee80211.h85 #define IEEE80211_FC1_DIR_TODS 0x01 /* STA->AP */ macro
HDgrammar.y722 $$ = IEEE80211_FC1_DIR_TODS;
/dragonfly/tools/tools/net80211/w00t/prga/
HDprga.c185 if (wh->i_fc[1] & IEEE80211_FC1_DIR_TODS) in get_prga()
285 wh->i_fc[1] |= IEEE80211_FC1_DIR_TODS; in send_frag()
531 wh->i_fc[1] |= IEEE80211_FC1_DIR_TODS; in read_tap()
/dragonfly/tools/tools/net80211/w00t/expand/
HDexpand.c90 if (wh->i_fc[1] & IEEE80211_FC1_DIR_TODS) { in wanted()
199 wh->i_fc[1] |= IEEE80211_FC1_DIR_TODS; in send_mcast()
/dragonfly/tools/tools/net80211/wesside/wesside/
HDwesside.c1315 if (wh->i_fc[1] & IEEE80211_FC1_DIR_TODS) in try_dictionary()
1456 ( (wh->i_fc[1] & IEEE80211_FC1_DIR_TODS) && in got_wep()
1572 if (wh->i_fc[1] & IEEE80211_FC1_DIR_TODS) { in stuff_for_net()
1651 if ( ((wh->i_fc[1] & IEEE80211_FC1_DIR_TODS) && in anal()
1777 fs->wh.i_fc[1] |= IEEE80211_FC1_DIR_TODS | in prepare_fragstate()
1869 wh->i_fc[1] |= IEEE80211_FC1_WEP | IEEE80211_FC1_DIR_TODS; in flood_inet()
1891 wh->i_fc[1] |= IEEE80211_FC1_WEP | IEEE80211_FC1_DIR_TODS; in flood_inet()
1986 wh->i_fc[1] |= IEEE80211_FC1_WEP | IEEE80211_FC1_DIR_TODS; in send_arp()
2265 wh->i_fc[1] |= IEEE80211_FC1_WEP | IEEE80211_FC1_DIR_TODS; in read_tap()
/dragonfly/tools/tools/net80211/wlaninject/
HDwlaninject.c579 wh->i_fc[1] |= IEEE80211_FC1_DIR_TODS; in main()
/dragonfly/sys/netproto/802_11/
HDieee80211.h164 #define IEEE80211_FC1_DIR_TODS 0x01 /* STA->AP */ macro
/dragonfly/tools/tools/net80211/w00t/assoc/
HDassoc.c677 wh->i_fc[1] |= IEEE80211_FC1_DIR_TODS; in read_tap()
/dragonfly/tools/tools/net80211/w00t/ap/
HDap.c476 wh->i_fc[1] &= ~(IEEE80211_FC1_DIR_TODS | IEEE80211_FC1_RETRY); in relay_data()
/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_output.c728 case IEEE80211_FC1_DIR_TODS:
819 wh->i_fc[1] = IEEE80211_FC1_DIR_TODS;
1549 wh->i_fc[1] = IEEE80211_FC1_DIR_TODS;
HDieee80211_input.c350 case IEEE80211_FC1_DIR_TODS: in ieee80211_decap()
HDieee80211_proto.c563 case IEEE80211_FC1_DIR_TODS: in ieee80211_dump_pkt()
HDieee80211_hostap.c604 if (!(dir == IEEE80211_FC1_DIR_TODS || in hostap_input()
/dragonfly/sys/netproto/802_11/wlan_tkip/
HDieee80211_crypto_tkip.c791 case IEEE80211_FC1_DIR_TODS: in michael_mic_hdr()
/dragonfly/sys/dev/netif/wi/
HDif_wi.c973 case IEEE80211_FC1_DIR_TODS: in wi_start()