Lines Matching refs:category
5384 u8 category; in wpas_event_rx_mgmt_action() local
5391 category = *payload++; in wpas_event_rx_mgmt_action()
5396 MAC2STR(mgmt->sa), category, (int) plen, freq); in wpas_event_rx_mgmt_action()
5399 if (category == WLAN_ACTION_WMM) { in wpas_event_rx_mgmt_action()
5406 if (category == WLAN_ACTION_FT) { in wpas_event_rx_mgmt_action()
5413 if (category == WLAN_ACTION_SA_QUERY) { in wpas_event_rx_mgmt_action()
5420 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in wpas_event_rx_mgmt_action()
5427 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
5428 mgmt->u.action.category == WLAN_ACTION_PROTECTED_DUAL) && in wpas_event_rx_mgmt_action()
5430 mgmt->u.action.category, in wpas_event_rx_mgmt_action()
5436 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
5437 mgmt->u.action.category == WLAN_ACTION_PROTECTED_DUAL) && in wpas_event_rx_mgmt_action()
5439 mgmt->u.action.category, in wpas_event_rx_mgmt_action()
5445 if (category == WLAN_ACTION_PUBLIC && plen >= 4 && in wpas_event_rx_mgmt_action()
5461 if (category == WLAN_ACTION_QOS && plen >= 1 && in wpas_event_rx_mgmt_action()
5476 if (category == WLAN_ACTION_RADIO_MEASUREMENT && in wpas_event_rx_mgmt_action()
5485 if (category == WLAN_ACTION_RADIO_MEASUREMENT && in wpas_event_rx_mgmt_action()
5491 if (category == WLAN_ACTION_RADIO_MEASUREMENT && in wpas_event_rx_mgmt_action()
5501 if (mgmt->u.action.category == WLAN_ACTION_FST && wpa_s->fst) { in wpas_event_rx_mgmt_action()
5508 if (category == WLAN_ACTION_PUBLIC && plen >= 5 && in wpas_event_rx_mgmt_action()
5519 if (category == WLAN_ACTION_PUBLIC && plen >= 5 && in wpas_event_rx_mgmt_action()
5531 if (category == WLAN_ACTION_ROBUST_AV_STREAMING && in wpas_event_rx_mgmt_action()
5538 if (category == WLAN_ACTION_ROBUST_AV_STREAMING && in wpas_event_rx_mgmt_action()
5545 if (category == WLAN_ACTION_VENDOR_SPECIFIC_PROTECTED && plen > 4 && in wpas_event_rx_mgmt_action()
5554 category, payload, plen, freq); in wpas_event_rx_mgmt_action()