Searched refs:buf_content (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c737 * @buf_content: If not NULL and the WPS attribute is found, WPS attribute content will be copied to the buf starting from buf_content
742 u8 *rtw_get_wps_attr_content(u8 *wps_ie, uint wps_ielen, u16 target_attr_id, u8 *buf_content, uint *len_content) argument
753 if (buf_content)
754 memcpy(buf_content, attr_ptr+4, attr_len-4);
/linux-master/drivers/staging/rtl8723bs/include/
H A Dieee80211.h754 u8 *rtw_get_wps_attr_content(u8 *wps_ie, uint wps_ielen, u16 target_attr_id, u8 *buf_content, uint *len_content);

Completed in 250 milliseconds