Lines Matching refs:mgmt
293 const struct ieee80211_mgmt *mgmt, in wmm_addts_req() argument
296 const u8 *end = ((const u8 *) mgmt) + len; in wmm_addts_req()
306 mgmt->u.action.u.wmm_action.dialog_token, in wmm_addts_req()
307 MAC2STR(mgmt->sa)); in wmm_addts_req()
312 wmm_send_action(hapd, mgmt->sa, tspec, WMM_ACTION_CODE_ADDTS_RESP, in wmm_addts_req()
313 mgmt->u.action.u.wmm_action.dialog_token, res); in wmm_addts_req()
318 const struct ieee80211_mgmt *mgmt, size_t len) in hostapd_wmm_action() argument
322 const u8 *pos = ((const u8 *) mgmt) + IEEE80211_HDRLEN + 4; in hostapd_wmm_action()
324 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa); in hostapd_wmm_action()
330 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()
343 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()
354 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()
366 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action()
369 wmm_addts_req(hapd, mgmt, (struct wmm_tspec_element *) in hostapd_wmm_action()
375 wmm_setup_request(hapd, mgmt, len); in hostapd_wmm_action()
379 wmm_teardown(hapd, mgmt, len); in hostapd_wmm_action()
384 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()