Lines Matching refs:dtoh32
38 #define dtoh32(i) (i) macro
212 (struct wl_bss_info *)((uintptr) bss + dtoh32(bss->length)) : list->bss_info; in next_bss()
448 bss = bss ? (wl_bss_info_v109_t *)((uintptr)bss + dtoh32(bss->length)) : in wl_escan_remove_lowRSSI_info()
452 candidate[idx1].length == dtoh32(bss->length)) { in wl_escan_remove_lowRSSI_info()
453 u32 delete_len = dtoh32(bss->length); in wl_escan_remove_lowRSSI_info()
469 cur_len += dtoh32(bss->length); in wl_escan_remove_lowRSSI_info()
516 bi_length = dtoh32(bi->length); in wl_escan_ext_handler()
517 if (bi_length != (dtoh32(escan_result->buflen) - WL_ESCAN_RESULTS_V109_FIXED_SIZE)) { in wl_escan_ext_handler()
549 bss = bss ? (wl_bss_info_v109_t *)((uintptr)bss + dtoh32(bss->length)) in wl_escan_ext_handler()
598 if (dtoh32(bss->length) != bi_length) { in wl_escan_ext_handler()
599 u32 prev_len = dtoh32(bss->length); in wl_escan_ext_handler()
628 list->version = dtoh32(bi->version); in wl_escan_ext_handler()
632 cur_len += dtoh32(bss->length); in wl_escan_ext_handler()
650 list->version = dtoh32(bi->version); in wl_escan_ext_handler()
1060 iwe.u.data.length = dtoh32(bi->SSID_len); in wl_escan_merge_scan_results()
1624 val = dtoh32(val); in wl_escan_up()