Lines Matching defs:mgmt
1265 /* mgmt header + 1 byte category code */
3592 * ieee80211_is_robust_mgmt_frame - check if skb contains a robust mgmt frame
3610 struct ieee80211_mgmt *mgmt = (void *)hdr;
3616 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC;
3626 struct ieee80211_mgmt *mgmt = (void *)hdr;
3632 return mgmt->u.action.category == WLAN_CATEGORY_MESH_ACTION ||
3633 mgmt->u.action.category == WLAN_CATEGORY_MULTIHOP_ACTION;
3737 struct ieee80211_mgmt *mgmt = (void *)skb->data;
3739 if (!ieee80211_is_action(mgmt->frame_control))
3743 sizeof(mgmt->u.action.u.tpc_report))
3757 if (mgmt->u.action.category != WLAN_CATEGORY_SPECTRUM_MGMT &&
3758 mgmt->u.action.category != WLAN_CATEGORY_RADIO_MEASUREMENT)
3761 /* both spectrum mgmt and link measurement have same action code */
3762 if (mgmt->u.action.u.tpc_report.action_code !=
3766 if (mgmt->u.action.u.tpc_report.tpc_elem_id != WLAN_EID_TPC_REPORT ||
3767 mgmt->u.action.u.tpc_report.tpc_elem_length !=