Home
last modified time | relevance | path

Searched refs:WLAN_GET_FC_FROMDS (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/staging/wlan-ng/
Dp80211hdr.h138 #define WLAN_GET_FC_FROMDS(n) ((((u16)(n)) & (BIT(9))) >> 9) macro
196 if (WLAN_GET_FC_TODS(fctl) && WLAN_GET_FC_FROMDS(fctl)) in p80211_headerlen()
Dp80211conv.c298 if ((WLAN_GET_FC_TODS(fc) == 0) && (WLAN_GET_FC_FROMDS(fc) == 0)) { in skb_p80211_to_ether()
302 (WLAN_GET_FC_FROMDS(fc) == 1)) { in skb_p80211_to_ether()
306 (WLAN_GET_FC_FROMDS(fc) == 0)) { in skb_p80211_to_ether()