Searched refs:noa_len (Results 1 – 8 of 8) sorted by relevance
358 uint8_t noa_len, uint8_t overflow_len) in p2p_get_noa_attr_stream_in_mult_p2p_ies() argument363 noa_stream, noa_len, overflow_len); in p2p_get_noa_attr_stream_in_mult_p2p_ies()364 if ((noa_len <= (P2P_MAX_NOA_ATTR_LEN + P2P_IE_HEADER_LEN)) && in p2p_get_noa_attr_stream_in_mult_p2p_ies()365 (noa_len >= overflow_len) && in p2p_get_noa_attr_stream_in_mult_p2p_ies()368 noa_stream + noa_len - overflow_len, in p2p_get_noa_attr_stream_in_mult_p2p_ies()370 noa_stream[noa_len - overflow_len] = in p2p_get_noa_attr_stream_in_mult_p2p_ies()372 noa_stream[noa_len - overflow_len + 1] = in p2p_get_noa_attr_stream_in_mult_p2p_ies()374 qdf_mem_copy(noa_stream + noa_len - overflow_len + 2, in p2p_get_noa_attr_stream_in_mult_p2p_ies()376 qdf_mem_copy(noa_stream + noa_len + 2 + P2P_OUI_SIZE - in p2p_get_noa_attr_stream_in_mult_p2p_ies()381 return noa_len + P2P_IE_HEADER_LEN; in p2p_get_noa_attr_stream_in_mult_p2p_ies()[all …]
405 uint8_t noa_len = 0; in sch_append_addn_ie() local443 noa_len = lim_get_noa_attr_stream(mac_ctx, noa_strm, session); in sch_append_addn_ie()444 if (noa_len) { in sch_append_addn_ie()445 if ((noa_len + addn_ielen) <= in sch_append_addn_ie()448 noa_len); in sch_append_addn_ie()449 addn_ielen += noa_len; in sch_append_addn_ie()450 p2p_ie[1] += noa_len; in sch_append_addn_ie()