Lines Matching refs:mgmt
288 const struct ieee80211_mgmt *mgmt, in wmm_addts_req() argument
291 const u8 *end = ((const u8 *) mgmt) + len; in wmm_addts_req()
302 mgmt->u.action.u.wmm_action.dialog_token, in wmm_addts_req()
303 MAC2STR(mgmt->sa)); in wmm_addts_req()
309 wmm_send_action(hapd, mgmt->sa, &tspec_resp, WMM_ACTION_CODE_ADDTS_RESP, in wmm_addts_req()
310 mgmt->u.action.u.wmm_action.dialog_token, res); in wmm_addts_req()
315 const struct ieee80211_mgmt *mgmt, size_t len) in hostapd_wmm_action() argument
319 const u8 *pos = ((const u8 *) mgmt) + IEEE80211_HDRLEN + 4; in hostapd_wmm_action()
321 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa); in hostapd_wmm_action()
327 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()
340 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()
351 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()
363 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action()
366 wmm_addts_req(hapd, mgmt, (struct wmm_tspec_element *) in hostapd_wmm_action()
372 wmm_setup_request(hapd, mgmt, len); in hostapd_wmm_action()
376 wmm_teardown(hapd, mgmt, len); in hostapd_wmm_action()
381 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()