Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2291 u8 attr_content_str[6 + 17] = {0x00}; in rtw_p2p_get_wps_configmethod() local
2322 sprintf(attr_content_str, "\n\nM =%.4d", attr_content); in rtw_p2p_get_wps_configmethod()
2334 sprintf(attr_content_str, "\n\nM = 0000"); in rtw_p2p_get_wps_configmethod()
2336 if (copy_to_user(wrqu->data.pointer, attr_content_str, 6 + 17)) in rtw_p2p_get_wps_configmethod()