Home
last modified time | relevance | path

Searched refs:sta_ptr (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_action_frame.c257 tpDphHashNode sta_ptr; in __lim_process_operating_mode_action_frame() local
291 sta_ptr = dph_lookup_hash_entry(mac_ctx, mac_hdr->sa, &aid, in __lim_process_operating_mode_action_frame()
294 if (!sta_ptr) { in __lim_process_operating_mode_action_frame()
299 lim_update_nss(mac_ctx, sta_ptr, in __lim_process_operating_mode_action_frame()
302 if (lim_update_channel_width(mac_ctx, sta_ptr, session, in __lim_process_operating_mode_action_frame()
307 sta_ptr->vhtSupportedRxNss, in __lim_process_operating_mode_action_frame()
336 tpDphHashNode sta_ptr; in __lim_process_gid_management_action_frame() local
361 sta_ptr = dph_lookup_hash_entry(mac_ctx, mac_hdr->sa, &aid, in __lim_process_gid_management_action_frame()
363 if (!sta_ptr) { in __lim_process_gid_management_action_frame()
482 tpDphHashNode sta_ptr; in __lim_process_add_ts_rsp() local
[all …]
H A Dlim_utils.c11293 tpDphHashNode sta_ptr, in lim_update_channel_width() argument
11311 if (sta_ptr->htSupportedChannelWidthSet) { in lim_update_channel_width()
11312 if (sta_ptr->vhtSupportedChannelWidthSet > in lim_update_channel_width()
11316 oper_mode = sta_ptr->vhtSupportedChannelWidthSet + 1; in lim_update_channel_width()
11325 QDF_MAC_ADDR_REF(sta_ptr->staAddr), in lim_update_channel_width()
11333 QDF_MAC_ADDR_REF(sta_ptr->staAddr), oper_mode, in lim_update_channel_width()
11337 sta_ptr->vhtSupportedChannelWidthSet = in lim_update_channel_width()
11341 sta_ptr->vhtSupportedChannelWidthSet = in lim_update_channel_width()
11344 sta_ptr->vhtSupportedChannelWidthSet = in lim_update_channel_width()
11347 sta_ptr->vhtSupportedChannelWidthSet = in lim_update_channel_width()
[all …]
H A Dlim_utils.h3213 tpDphHashNode sta_ptr,