Lines Matching refs:dtoh32
330 if (unlikely(dtoh32(bi->length) > WL_BSS_INFO_MAX)) { in wl_inform_single_bss()
876 bss = bss ? (wl_bss_info_t *)((uintptr)bss + dtoh32(bss->length)) : in wl_cfg80211_remove_lowRSSI_info()
883 candidate[idx1].length == dtoh32(bss->length)) { in wl_cfg80211_remove_lowRSSI_info()
884 u32 delete_len = dtoh32(bss->length); in wl_cfg80211_remove_lowRSSI_info()
900 cur_len += dtoh32(bss->length); in wl_cfg80211_remove_lowRSSI_info()
990 if ((dtoh32(escan_result->buflen) > (int)ESCAN_BUF_SIZE) || in wl_escan_handler()
991 (dtoh32(escan_result->buflen) < sizeof(wl_escan_result_t))) { in wl_escan_handler()
992 WL_ERR(("Invalid escan buffer len:%d\n", dtoh32(escan_result->buflen))); in wl_escan_handler()
1004 bi_length = dtoh32(bi->length); in wl_escan_handler()
1005 if (bi_length != (dtoh32(escan_result->buflen) - WL_ESCAN_RESULTS_FIXED_SIZE)) { in wl_escan_handler()
1101 bss = bss ? (wl_bss_info_t *)((uintptr)bss + dtoh32(bss->length)) in wl_escan_handler()
1156 if (dtoh32(bss->length) != bi_length) { in wl_escan_handler()
1157 u32 prev_len = dtoh32(bss->length); in wl_escan_handler()
1186 list->version = dtoh32(bi->version); in wl_escan_handler()
1208 cur_len += dtoh32(bss->length); in wl_escan_handler()
1228 list->version = dtoh32(bi->version); in wl_escan_handler()
3215 bi_length = dtoh32(bi->length); in wl_escan_without_scan_cache()
3217 (bi_length != (dtoh32(escan_result->buflen) - WL_ESCAN_RESULTS_FIXED_SIZE))) { in wl_escan_without_scan_cache()
3353 channel_inform.scan_channel = dtoh32(channel_inform.scan_channel); in wl_notify_scan_status()
3369 bss_list->buflen = dtoh32(bss_list->buflen); in wl_notify_scan_status()
3370 bss_list->version = dtoh32(bss_list->version); in wl_notify_scan_status()
3371 bss_list->count = dtoh32(bss_list->count); in wl_notify_scan_status()
5610 chspec = dtoh32(((wl_chanspec_list_v1_t *)list)->chspecs[i].chanspec); in wl_cfgscan_get_band_freq_list()
5614 chaninfo = dtoh32(((wl_chanspec_list_v1_t *)list)->chspecs[i].chaninfo); in wl_cfgscan_get_band_freq_list()