Searched refs:len_attr (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_ieee80211.c | 607 * @len_attr: If not NULL and the WPS attribute is found, will set to the length of the entire WPS attribute 611 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 617 if (len_attr) in rtw_get_wps_attr() 618 *len_attr = 0; in rtw_get_wps_attr() 637 if (len_attr) in rtw_get_wps_attr() 638 *len_attr = attr_len; in rtw_get_wps_attr()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ieee80211.c | 688 * @len_attr: If not NULL and the WPS attribute is found, will set to the length of the entire WPS attribute 692 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 698 if (len_attr) in rtw_get_wps_attr() 699 *len_attr = 0; in rtw_get_wps_attr() 721 if (len_attr) in rtw_get_wps_attr() 722 *len_attr = attr_len; in rtw_get_wps_attr()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ieee80211.c | 781 * @len_attr: If not NULL and the WPS attribute is found, will set to the length of the entire WPS attribute 785 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 791 if (len_attr) in rtw_get_wps_attr() 792 *len_attr = 0; in rtw_get_wps_attr() 815 if (len_attr) in rtw_get_wps_attr() 816 *len_attr = attr_len; in rtw_get_wps_attr()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | ieee80211.h | 732 u8 *buf_attr, u32 *len_attr);
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 753 u8 *rtw_get_wps_attr(u8 *wps_ie, uint wps_ielen, u16 target_attr_id, u8 *buf_attr, u32 *len_attr);
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 1144 u8 *rtw_get_wps_attr(u8 *wps_ie, uint wps_ielen, u16 target_attr_id, u8 *buf_attr, u32 *len_attr);
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 17511 u32 len_attr = NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN; in cfg80211_report_wowlan_wakeup() local 17516 len_attr = in cfg80211_report_wowlan_wakeup() 17521 nla_put_u32(msg, len_attr, wakeup->packet_len)) in cfg80211_report_wowlan_wakeup()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 19859 u32 len_attr = NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN; in cfg80211_report_wowlan_wakeup() local 19864 len_attr = in cfg80211_report_wowlan_wakeup() 19869 nla_put_u32(msg, len_attr, wakeup->packet_len)) in cfg80211_report_wowlan_wakeup()
|
Completed in 54 milliseconds