Searched refs:target_attr_id (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ieee80211.c | 697 u8 *rtw_get_wps_attr(u8 *wps_ie, uint wps_ielen, u16 target_attr_id, u8 *buf_attr, u32 *len_attr) in rtw_get_wps_attr() argument 720 if (attr_id == target_attr_id) { in rtw_get_wps_attr() 747 u8 *rtw_get_wps_attr_content(u8 *wps_ie, uint wps_ielen, u16 target_attr_id, u8 *buf_content, uint … in rtw_get_wps_attr_content() argument 755 attr_ptr = rtw_get_wps_attr(wps_ie, wps_ielen, target_attr_id, NULL, &attr_len); in rtw_get_wps_attr_content()
|