Lines Matching refs:htod32
1059 eparams_v2->params.scan_type = htod32(scan_type); in wl_cfgp2p_escan()
1061 eparams_v2->params.home_time = htod32(P2PAPI_SCAN_HOME_TIME_MS); in wl_cfgp2p_escan()
1062 eparams_v2->params.active_time = htod32(active_time); in wl_cfgp2p_escan()
1063 eparams_v2->params.nprobes = htod32(nprobes); in wl_cfgp2p_escan()
1064 eparams_v2->params.passive_time = htod32(-1); in wl_cfgp2p_escan()
1070 eparams_v2->params.channel_num = htod32((0 << WL_SCAN_PARAMS_NSSID_SHIFT) | in wl_cfgp2p_escan()
1078 eparams->version = htod32(ESCAN_REQ_VERSION); in wl_cfgp2p_escan()
1081 eparams->params.scan_type = htod32(scan_type); in wl_cfgp2p_escan()
1083 eparams->params.home_time = htod32(P2PAPI_SCAN_HOME_TIME_MS); in wl_cfgp2p_escan()
1084 eparams->params.active_time = htod32(active_time); in wl_cfgp2p_escan()
1085 eparams->params.nprobes = htod32(nprobes); in wl_cfgp2p_escan()
1086 eparams->params.passive_time = htod32(-1); in wl_cfgp2p_escan()
1092 eparams->params.channel_num = htod32((0 << WL_SCAN_PARAMS_NSSID_SHIFT) | in wl_cfgp2p_escan()
1289 iecount = htod32(1); in wl_cfgp2p_vndr_ie()
1298 pktflag = htod32(pktflag); in wl_cfgp2p_vndr_ie()
1976 dongle_noa.desc[0].count = htod32(cfg->p2p->noa.desc[0].count);
1978 dongle_noa.desc[0].start = htod32(cfg->p2p->noa.desc[0].start);
1979 dongle_noa.desc[0].duration = htod32(cfg->p2p->noa.desc[0].duration);
1982 dongle_noa.desc[0].start = htod32(cfg->p2p->noa.desc[0].start*1000);
1983 dongle_noa.desc[0].duration = htod32(cfg->p2p->noa.desc[0].duration*1000);
1985 dongle_noa.desc[0].interval = htod32(cfg->p2p->noa.desc[0].interval*1000);