Lines Matching refs:ioctl_ver

157 wl_chspec_driver_to_host(int ioctl_ver, chanspec_t chanspec)  in wl_chspec_driver_to_host()  argument
160 if (ioctl_ver == 1) { in wl_chspec_driver_to_host()
172 wl_chspec_host_to_driver(int ioctl_ver, chanspec_t chanspec) in wl_chspec_host_to_driver() argument
174 if (ioctl_ver == 1) { in wl_chspec_host_to_driver()
190 wl_ch_host_to_driver(int ioctl_ver, u16 channel) in wl_ch_host_to_driver() argument
205 return wl_chspec_host_to_driver(ioctl_ver, chanspec); in wl_ch_host_to_driver()
233 chanspec = wl_chspec_driver_to_host(escan->ioctl_ver, bi->chanspec); in wl_escan_dump_bss()
333 params->channel_list[0] = wl_ch_host_to_driver(escan->ioctl_ver, channel); in wl_escan_alloc_params()
526 CHSPEC_CHANNEL(wl_chspec_driver_to_host(escan->ioctl_ver, bi->chanspec)); in wl_escan_ext_handler()
560 (CHSPEC_BAND(wl_chspec_driver_to_host(escan->ioctl_ver, bi->chanspec)) in wl_escan_ext_handler()
561 == CHSPEC_BAND(wl_chspec_driver_to_host(escan->ioctl_ver, bss->chanspec))) && in wl_escan_ext_handler()
772 chan_list[j] = wl_chspec_host_to_driver(escan->ioctl_ver, in wl_escan_prep()
861 channel = wf_chspec_ctlchan(wl_chspec_driver_to_host(escan->ioctl_ver, in wl_escan_timeout()
1044 chanspec = wl_chspec_driver_to_host(escan->ioctl_ver, bi->chanspec); in wl_escan_merge_scan_results()
1412 wl_chspec_driver_to_host(escan->ioctl_ver, bi->chanspec)); in wl_escan_mesh_info()
1485 wl_chspec_driver_to_host(escan->ioctl_ver, bi->chanspec)); in wl_escan_mesh_peer()
1618 if (!escan->ioctl_ver) { in wl_escan_up()
1631 escan->ioctl_ver = val; in wl_escan_up()