Lines Matching refs:action
971 u8 action; member
975 u8 action; member
1000 } __packed action; member
1008 #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u)
2436 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
2522 sizeof(mgmt->u.action.u.tpc_report)) in ieee80211_action_contains_tpc()
2536 if (mgmt->u.action.category != WLAN_CATEGORY_SPECTRUM_MGMT && in ieee80211_action_contains_tpc()
2537 mgmt->u.action.category != WLAN_CATEGORY_RADIO_MEASUREMENT) in ieee80211_action_contains_tpc()
2541 if (mgmt->u.action.u.tpc_report.action_code != in ieee80211_action_contains_tpc()
2545 if (mgmt->u.action.u.tpc_report.tpc_elem_id != WLAN_EID_TPC_REPORT || in ieee80211_action_contains_tpc()
2546 mgmt->u.action.u.tpc_report.tpc_elem_length != in ieee80211_action_contains_tpc()