Lines Matching refs:category
2983 switch (mgmt->u.action.category) { in rx_mgmt_action_no_bss()
3007 MAC2STR(mgmt->bssid), mgmt->u.action.category); in rx_mgmt_action()
3021 mgmt->u.action.category, valid); in rx_mgmt_action()
3043 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in rx_mgmt_action()
3050 switch (mgmt->u.action.category) { in rx_mgmt_action()
3157 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC) in check_bip()
3420 static bool is_robust_action_category(u8 category) in is_robust_action_category() argument
3422 return category != WLAN_ACTION_PUBLIC && in is_robust_action_category()
3423 category != WLAN_ACTION_HT && in is_robust_action_category()
3424 category != WLAN_ACTION_UNPROTECTED_WNM && in is_robust_action_category()
3425 category != WLAN_ACTION_SELF_PROTECTED && in is_robust_action_category()
3426 category != WLAN_ACTION_UNPROTECTED_DMG && in is_robust_action_category()
3427 category != WLAN_ACTION_VHT && in is_robust_action_category()
3428 category != WLAN_ACTION_UNPROTECTED_S1G && in is_robust_action_category()
3429 category != WLAN_ACTION_HE && in is_robust_action_category()
3430 category != WLAN_ACTION_EHT && in is_robust_action_category()
3431 category != WLAN_ACTION_VENDOR_SPECIFIC; in is_robust_action_category()
3441 int category = -1; in check_mgmt_ccmp_gcmp() local
3449 category = mgmt->u.action.category; in check_mgmt_ccmp_gcmp()
3450 if (!is_robust_action_category(category)) in check_mgmt_ccmp_gcmp()
3471 MACSTR, WLAN_FC_GET_STYPE(fc), category, in check_mgmt_ccmp_gcmp()