Lines Matching refs:category
947 u8 category; member
1143 u8 category; member
2993 u8 *category; in _ieee80211_is_robust_mgmt_frame() local
3004 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame()
3005 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
3006 *category != WLAN_CATEGORY_HT && in _ieee80211_is_robust_mgmt_frame()
3007 *category != WLAN_CATEGORY_WNM_UNPROTECTED && in _ieee80211_is_robust_mgmt_frame()
3008 *category != WLAN_CATEGORY_SELF_PROTECTED && in _ieee80211_is_robust_mgmt_frame()
3009 *category != WLAN_CATEGORY_UNPROT_DMG && in _ieee80211_is_robust_mgmt_frame()
3010 *category != WLAN_CATEGORY_VHT && in _ieee80211_is_robust_mgmt_frame()
3011 *category != WLAN_CATEGORY_VENDOR_SPECIFIC; in _ieee80211_is_robust_mgmt_frame()
3042 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
3058 return mgmt->u.action.category == WLAN_CATEGORY_MESH_ACTION || in _ieee80211_is_group_privacy_action()
3059 mgmt->u.action.category == WLAN_CATEGORY_MULTIHOP_ACTION; in _ieee80211_is_group_privacy_action()
3171 if (mgmt->u.action.category != WLAN_CATEGORY_SPECTRUM_MGMT && in ieee80211_action_contains_tpc()
3172 mgmt->u.action.category != WLAN_CATEGORY_RADIO_MEASUREMENT) in ieee80211_action_contains_tpc()