Searched refs:GET_IE_LEN_IN_BSS (Results 1 – 3 of 3) sorted by relevance
1524 total_ies_len = GET_IE_LEN_IN_BSS(bss_desc->length); in rrm_fill_beacon_ies()1809 offset = GET_IE_LEN_IN_BSS( in rrm_process_beacon_report_xmit()1813 GET_IE_LEN_IN_BSS(bss_desc->length), in rrm_process_beacon_report_xmit()
340 ie_len = GET_IE_LEN_IN_BSS(bss_desc->length); in sme_ese_send_beacon_req_scan_results()
779 #define GET_IE_LEN_IN_BSS(lenInBss) (lenInBss + sizeof(lenInBss) - \ macro