Searched refs:WLAN_FC_TODS (Results 1 – 4 of 4) sorted by relevance
61 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == in from_unknown_sta()62 (WLAN_FC_FROMDS | WLAN_FC_TODS); in from_unknown_sta()
73 if ((fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) != WLAN_FC_TODS) { in handle_data()
612 switch (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) { in get_hdr_bssid()613 case WLAN_FC_FROMDS | WLAN_FC_TODS: in get_hdr_bssid()614 case WLAN_FC_TODS: in get_hdr_bssid()
18 #define WLAN_FC_TODS 0x0100 macro