Home
last modified time | relevance | path

Searched refs:WLC_GET_VAR (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_cdc_bdc.c238 if ( (command == WLC_SET_VAR) || (command == WLC_GET_VAR) ) in whd_cdc_send_ioctl()
351 …return whd_cdc_send_ioctl(ifp, CDC_GET, (uint32_t)WLC_GET_VAR, send_buffer_hnd, response_buffer_hn… in whd_cdc_send_iovar()
Dwhd_chip.c678 (whd_driver->whd_ioctl_log[i].ioct_log == WLC_GET_VAR) ) in whd_ioctl_print()
708 else if (whd_driver->whd_ioctl_log[i].ioct_log == WLC_GET_VAR) in whd_ioctl_print()
Dwhd_utils.c721 CASE_RETURN_STRING(WLC_GET_VAR) in whd_ioctl_to_string()
Dwhd_wifi_api.c3750 result = (whd_result_t)whd_cdc_send_ioctl(ifp, CDC_GET, WLC_GET_VAR, buffer, &response); in whd_wifi_get_iovar_buffer_with_param()
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_wlioctl.h1131 #define WLC_GET_VAR ( (uint32_t)262 ) macro