Searched refs:WLAN_FC_TODS (Results 1 – 6 of 6) sorted by relevance
394 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) { in get_hdr_bssid()395 case WLAN_FC_FROMDS | WLAN_FC_TODS: in get_hdr_bssid()396 case WLAN_FC_TODS: in get_hdr_bssid()
16 #define WLAN_FC_TODS 0x0100 macro
22 #define WLAN_FC_TODS 0x0100 macro
73 if ((fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) != WLAN_FC_TODS) { in handle_data()
5921 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == in from_unknown_sta()5922 (WLAN_FC_FROMDS | WLAN_FC_TODS); in from_unknown_sta()
2815 if ((fc & (WLAN_FC_TODS | WLAN_FC_FROMDS)) != in ieee80211_sta_rx()