Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_linux.c4456 …u8 dev_type_str[P2P_PRIVATE_IOCTL_SET_LEN] = { 0x00 }; /* +9 is for the str "dev_type=", we hav… local
4492 sprintf(dev_type_str, "\n\nN=%.2d", type);
4506 sprintf(dev_type_str, "\n\nN=00");
4508 wrqu->data.length = strlen(dev_type_str);
4509 _rtw_memcpy(extra, dev_type_str, wrqu->data.length);