Searched refs:WLAN_FC_GET_STYPE (Results 1 – 5 of 5) sorted by relevance
357 stype = WLAN_FC_GET_STYPE(fc); in libipw_rx()1406 return (WLAN_FC_GET_STYPE(le16_to_cpu(fc)) == IEEE80211_STYPE_BEACON); in is_beacon()1524 switch (WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl))) { in libipw_rx_mgt()1527 WLAN_FC_GET_STYPE(le16_to_cpu in libipw_rx_mgt()1536 WLAN_FC_GET_STYPE(le16_to_cpu in libipw_rx_mgt()1542 WLAN_FC_GET_STYPE(le16_to_cpu in libipw_rx_mgt()1554 WLAN_FC_GET_STYPE(le16_to_cpu in libipw_rx_mgt()1565 WLAN_FC_GET_STYPE(le16_to_cpu in libipw_rx_mgt()1576 WLAN_FC_GET_STYPE(le16_to_cpu in libipw_rx_mgt()1601 WLAN_FC_GET_STYPE(le16_to_cpu in libipw_rx_mgt()[all …]
148 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE) macro933 u16 stype = WLAN_FC_GET_STYPE(fc); in libipw_get_hdrlen()943 switch (WLAN_FC_GET_STYPE(fc)) { in libipw_get_hdrlen()
4472 #define IPW_GET_PACKET_STYPE(x) WLAN_FC_GET_STYPE( \ in ipw_rx_notification()8166 ((WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) == in ipw_handle_mgmt_packet()8168 (WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) == in ipw_handle_mgmt_packet()
283 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE) macro
2829 #define WLAN_FC_GET_STYPE(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) macro