Lines Matching refs:category
1200 u8 category; member
1404 u8 category; member
3681 u8 *category; in _ieee80211_is_robust_mgmt_frame() local
3692 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame()
3693 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
3694 *category != WLAN_CATEGORY_HT && in _ieee80211_is_robust_mgmt_frame()
3695 *category != WLAN_CATEGORY_WNM_UNPROTECTED && in _ieee80211_is_robust_mgmt_frame()
3696 *category != WLAN_CATEGORY_SELF_PROTECTED && in _ieee80211_is_robust_mgmt_frame()
3697 *category != WLAN_CATEGORY_UNPROT_DMG && in _ieee80211_is_robust_mgmt_frame()
3698 *category != WLAN_CATEGORY_VHT && in _ieee80211_is_robust_mgmt_frame()
3699 *category != WLAN_CATEGORY_VENDOR_SPECIFIC; in _ieee80211_is_robust_mgmt_frame()
3730 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
3746 return mgmt->u.action.category == WLAN_CATEGORY_MESH_ACTION || in _ieee80211_is_group_privacy_action()
3747 mgmt->u.action.category == WLAN_CATEGORY_MULTIHOP_ACTION; in _ieee80211_is_group_privacy_action()
3871 if (mgmt->u.action.category != WLAN_CATEGORY_SPECTRUM_MGMT && in ieee80211_action_contains_tpc()
3872 mgmt->u.action.category != WLAN_CATEGORY_RADIO_MEASUREMENT) in ieee80211_action_contains_tpc()