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

/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c738 * @len_content: If not NULL and the WPS attribute is found, will set to the length of the WPS attribute 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
747 if (len_content)
748 *len_content = 0;
756 if (len_content)
757 *len_content = 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 107 milliseconds