Lines Matching refs:category
919 u8 category; member
1099 u8 category; member
2385 u8 *category; in _ieee80211_is_robust_mgmt_frame() local
2396 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame()
2397 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
2398 *category != WLAN_CATEGORY_HT && in _ieee80211_is_robust_mgmt_frame()
2399 *category != WLAN_CATEGORY_SELF_PROTECTED && in _ieee80211_is_robust_mgmt_frame()
2400 *category != WLAN_CATEGORY_VENDOR_SPECIFIC; in _ieee80211_is_robust_mgmt_frame()
2431 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
2531 if (mgmt->u.action.category != WLAN_CATEGORY_SPECTRUM_MGMT && in ieee80211_action_contains_tpc()
2532 mgmt->u.action.category != WLAN_CATEGORY_RADIO_MEASUREMENT) in ieee80211_action_contains_tpc()