Searched refs:sta_prof_ie (Results 1 – 3 of 3) sorted by relevance
1487 QDF_STATUS util_validate_sta_prof_ie(const uint8_t *sta_prof_ie, in util_validate_sta_prof_ie() argument1493 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 …]
352 QDF_STATUS lim_store_mlo_ie_raw_info(uint8_t *ie, uint8_t *sta_prof_ie,
1120 QDF_STATUS lim_store_mlo_ie_raw_info(uint8_t *ie, uint8_t *sta_prof_ie, in lim_store_mlo_ie_raw_info() argument1145 mlo_ie->num_data = sta_prof_ie - ie; in lim_store_mlo_ie_raw_info()