Lines Matching refs:mgmt
238 const struct ieee80211_mgmt *mgmt, in wmm_addts_req() argument
241 const u8 *end = ((const u8 *) mgmt) + len; in wmm_addts_req()
251 mgmt->u.action.u.wmm_action.dialog_token, in wmm_addts_req()
252 MAC2STR(mgmt->sa)); in wmm_addts_req()
257 wmm_send_action(hapd, mgmt->sa, tspec, WMM_ACTION_CODE_ADDTS_RESP, in wmm_addts_req()
258 mgmt->u.action.u.wmm_action.dialog_token, res); in wmm_addts_req()
263 const struct ieee80211_mgmt *mgmt, size_t len) in hostapd_wmm_action() argument
267 const u8 *pos = ((const u8 *) mgmt) + IEEE80211_HDRLEN + 4; in hostapd_wmm_action()
269 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa); in hostapd_wmm_action()
275 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()
285 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()
296 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()
308 action_code = mgmt->u.action.u.wmm_action.action_code; in hostapd_wmm_action()
311 wmm_addts_req(hapd, mgmt, (struct wmm_tspec_element *) in hostapd_wmm_action()
317 wmm_setup_request(hapd, mgmt, len); in hostapd_wmm_action()
321 wmm_teardown(hapd, mgmt, len); in hostapd_wmm_action()
326 hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, in hostapd_wmm_action()