Searched refs:rtw_get_wps_attr (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 709 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() function 767 attr_ptr = rtw_get_wps_attr(wps_ie, wps_ielen, target_attr_id, NULL, &attr_len); in rtw_get_wps_attr_content()
|
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_ieee80211.c | 574 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() function 627 attr_ptr = rtw_get_wps_attr(wps_ie, wps_ielen, target_attr_id, NULL, &attr_len); in rtw_get_wps_attr_content()
|
/linux-5.19.10/drivers/staging/r8188eu/include/ |
D | ieee80211.h | 781 u8 *rtw_get_wps_attr(u8 *wps_ie, uint wps_ielen, u16 target_attr_id,
|
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 751 u8 *rtw_get_wps_attr(u8 *wps_ie, uint wps_ielen, u16 target_attr_id, u8 *buf_attr, u32 *len_attr);
|