Lines Matching refs:category
1236 u8 category; member
1449 u8 category; member
4134 u8 *category; in _ieee80211_is_robust_mgmt_frame() local
4145 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame()
4146 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
4147 *category != WLAN_CATEGORY_HT && in _ieee80211_is_robust_mgmt_frame()
4148 *category != WLAN_CATEGORY_WNM_UNPROTECTED && in _ieee80211_is_robust_mgmt_frame()
4149 *category != WLAN_CATEGORY_SELF_PROTECTED && in _ieee80211_is_robust_mgmt_frame()
4150 *category != WLAN_CATEGORY_UNPROT_DMG && in _ieee80211_is_robust_mgmt_frame()
4151 *category != WLAN_CATEGORY_VHT && in _ieee80211_is_robust_mgmt_frame()
4152 *category != WLAN_CATEGORY_S1G && in _ieee80211_is_robust_mgmt_frame()
4153 *category != WLAN_CATEGORY_VENDOR_SPECIFIC; in _ieee80211_is_robust_mgmt_frame()
4184 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
4200 return mgmt->u.action.category == WLAN_CATEGORY_MESH_ACTION || in _ieee80211_is_group_privacy_action()
4201 mgmt->u.action.category == WLAN_CATEGORY_MULTIHOP_ACTION; in _ieee80211_is_group_privacy_action()
4325 if (mgmt->u.action.category != WLAN_CATEGORY_SPECTRUM_MGMT && in ieee80211_action_contains_tpc()
4326 mgmt->u.action.category != WLAN_CATEGORY_RADIO_MEASUREMENT) in ieee80211_action_contains_tpc()
4352 if (mgmt->u.action.category == WLAN_CATEGORY_WNM_UNPROTECTED && in ieee80211_is_timing_measurement()