Searched refs:WLAN_FC_GET_TYPE (Results 1 – 12 of 12) sorted by relevance
147 #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE) macro935 switch (WLAN_FC_GET_TYPE(fc)) { in libipw_get_hdrlen()
356 type = WLAN_FC_GET_TYPE(fc); in libipw_rx()
2606 switch (WLAN_FC_GET_TYPE(le16_to_cpu(u->rx_data.header.frame_ctl))) { in ipw2100_corruption_check()2717 switch (WLAN_FC_GET_TYPE(le16_to_cpu(u->rx_data.header.frame_ctl))) { in __ipw2100_rx_process()
8325 switch (WLAN_FC_GET_TYPE in ipw_rx()
282 #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE) macro
367 type = WLAN_FC_GET_TYPE(fc); in _rtl92d_translate_rx_signal_stuff()
232 type = WLAN_FC_GET_TYPE(fc); in _rtl92ce_translate_rx_signal_stuff()
235 type = WLAN_FC_GET_TYPE(hdr->frame_control); in translate_rx_signal_stuff()
212 type = WLAN_FC_GET_TYPE(fc); in _rtl92se_translate_rx_signal_stuff()
729 type = WLAN_FC_GET_TYPE(fc); in rtl92c_translate_rx_signal_stuff()
207 type = WLAN_FC_GET_TYPE(hdr->frame_control); in _rtl8723be_translate_rx_signal_stuff()
2828 #define WLAN_FC_GET_TYPE(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) macro