Lines Matching defs:action
1212 u8 action;
1216 u8 action;
1256 } __packed action;
1266 #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u)
2955 /* SPECTRUM_MGMT action code */
2964 /* HT action codes */
2976 /* VHT action codes */
2993 /* Mesh action codes */
3050 /* Public action codes (IEEE Std 802.11-2016, 9.6.8.1, Table 9-307) */
3089 /* TDLS action codes */
3331 /* BACK action code */
3344 /* SA Query action */
3603 * ieee80211_is_public_action - check if frame is a public action frame
3616 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC;
3621 * privacy action frame
3632 return mgmt->u.action.category == WLAN_CATEGORY_MESH_ACTION ||
3633 mgmt->u.action.category == WLAN_CATEGORY_MULTIHOP_ACTION;
3638 * privacy action frame
3688 * ieee80211_get_tdls_action - get tdls packet action (or -1, if not tdls packet)
3731 * This function checks if it's either TPC report action frame or Link
3732 * Measurement report action frame as defined in IEEE Std. 802.11-2012 8.5.2.5
3743 sizeof(mgmt->u.action.u.tpc_report))
3749 * spectrum management action = 3 (TPC/Link Measurement 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 !=