Home
last modified time | relevance | path

Searched refs:sta_info_len (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_beacon_frame.c120 uint8_t sta_info_len = 0; in lim_process_beacon_mlo() local
161 sta_info_len = *(uint8_t *)(per_sta_pro + in lim_process_beacon_mlo()
165 WLAN_ML_BV_LINFO_PERSTAPROF_STACTRL_SIZE + sta_info_len; in lim_process_beacon_mlo()
167 WLAN_ML_BV_LINFO_PERSTAPROF_STACTRL_SIZE - sta_info_len; in lim_process_beacon_mlo()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dutils_mlo.c4409 qdf_size_t parsed_payload_len = 0, sta_info_len; in util_parse_rvmlie_perstaprofile_stactrl() local
4471 sta_info_len = *(subelempayload + parsed_payload_len); in util_parse_rvmlie_perstaprofile_stactrl()
4479 if (sta_info_len < (parsed_sta_info_len + QDF_MAC_ADDR_SIZE)) { in util_parse_rvmlie_perstaprofile_stactrl()
4481 sta_info_len, QDF_MAC_ADDR_SIZE, in util_parse_rvmlie_perstaprofile_stactrl()
4513 if (sta_info_len < in util_parse_rvmlie_perstaprofile_stactrl()
4517 sta_info_len, WLAN_ML_RV_LINFO_PERSTAPROF_STAINFO_APREMOVALTIMER_SIZE, in util_parse_rvmlie_perstaprofile_stactrl()
4550 if (sta_info_len != (parsed_payload_len - in util_parse_rvmlie_perstaprofile_stactrl()
4553 sta_info_len, in util_parse_rvmlie_perstaprofile_stactrl()