Lines Matching defs:category
232 u8 category;
253 if (action.category != WLAN_CATEGORY_VHT)
1065 u8 category;
1067 /* make sure category field is present */
1072 category = mgmt->u.action.category;
1073 if (category != WLAN_CATEGORY_MESH_ACTION &&
1074 category != WLAN_CATEGORY_SELF_PROTECTED)
3021 tf->category == WLAN_CATEGORY_TDLS &&
3162 resp->u.action.category = WLAN_CATEGORY_SA_QUERY;
3229 if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC &&
3230 mgmt->u.action.category != WLAN_CATEGORY_SELF_PROTECTED &&
3231 mgmt->u.action.category != WLAN_CATEGORY_SPECTRUM_MGMT)
3234 switch (mgmt->u.action.category) {
3558 switch (mgmt->u.action.category) {
3599 * setting the 0x80 bit in the action category, as required by
3614 if (mgmt->u.action.category & 0x80)
3622 nmgmt->u.action.category |= 0x80;