Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dutils_mlo.c1487 QDF_STATUS util_validate_sta_prof_ie(const uint8_t *sta_prof_ie, in util_validate_sta_prof_ie() argument
1493 if (!sta_prof_ie) { in util_validate_sta_prof_ie()
1508 if ((sta_prof_ie + ID_POS) > (sta_prof_iesection + in util_validate_sta_prof_ie()
1514 if ((sta_prof_ie + TAG_LEN_POS) > (sta_prof_iesection + in util_validate_sta_prof_ie()
1517 sta_prof_ie[ID_POS]); in util_validate_sta_prof_ie()
1521 if ((sta_prof_ie[ID_POS] == WLAN_ELEMID_EXTN_ELEM) && in util_validate_sta_prof_ie()
1522 ((sta_prof_ie + IDEXT_POS) > (sta_prof_iesection + in util_validate_sta_prof_ie()
1528 sta_prof_ie_size = sta_prof_ie[TAG_LEN_POS] + MIN_IE_LEN; in util_validate_sta_prof_ie()
1530 if ((sta_prof_ie[ID_POS] == WLAN_ELEMID_EXTN_ELEM) && in util_validate_sta_prof_ie()
1537 if ((sta_prof_ie + sta_prof_ie_size) > in util_validate_sta_prof_ie()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_mlo.h352 QDF_STATUS lim_store_mlo_ie_raw_info(uint8_t *ie, uint8_t *sta_prof_ie,
H A Dlim_mlo.c1120 QDF_STATUS lim_store_mlo_ie_raw_info(uint8_t *ie, uint8_t *sta_prof_ie, in lim_store_mlo_ie_raw_info() argument
1145 mlo_ie->num_data = sta_prof_ie - ie; in lim_store_mlo_ie_raw_info()