Searched refs:ioctl_str_len (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/ |
| D | whd_utils.c | 960 void whd_ioctl_info_to_string(uint32_t cmd, char *ioctl_str, uint16_t ioctl_str_len) in whd_ioctl_info_to_string() argument 964 strncpy(ioctl_str, "WLC_UP", ioctl_str_len); in whd_ioctl_info_to_string() 968 strncpy(ioctl_str, "WLC_SET_INFRA", ioctl_str_len); in whd_ioctl_info_to_string() 972 strncpy(ioctl_str, "WLC_SET_AUTH", ioctl_str_len); in whd_ioctl_info_to_string() 976 strncpy(ioctl_str, "WLC_SET_SSID", ioctl_str_len); in whd_ioctl_info_to_string() 980 strncpy(ioctl_str, "WLC_DISASSOC", ioctl_str_len); in whd_ioctl_info_to_string() 984 strncpy(ioctl_str, "WLC_SET_ROAM_TRIGGER", ioctl_str_len); in whd_ioctl_info_to_string() 988 strncpy(ioctl_str, "WLC_SET_ROAM_DELTA", ioctl_str_len); in whd_ioctl_info_to_string() 992 strncpy(ioctl_str, "WLC_SET_ROAM_SCAN_PERIOD", ioctl_str_len); in whd_ioctl_info_to_string() 996 strncpy(ioctl_str, "WLC_SET_GMODE", ioctl_str_len); in whd_ioctl_info_to_string() [all …]
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/ |
| D | whd_utils.h | 139 void whd_ioctl_info_to_string(uint32_t cmd, char *ioctl_str, uint16_t ioctl_str_len); 153 …o_to_string(uint32_t cmd, uint16_t flag, uint32_t reason, char *ioctl_str, uint16_t ioctl_str_len);
|