Searched refs:wps_ie (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ieee80211.c | 647 u8 *rtw_get_wps_ie(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen) in rtw_get_wps_ie() argument 667 if (wps_ie) in rtw_get_wps_ie() 668 memcpy(wps_ie, &in_ie[cnt], in_ie[cnt + 1] + 2); in rtw_get_wps_ie() 693 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 702 if ((wps_ie[0] != WLAN_EID_VENDOR_SPECIFIC) || in rtw_get_wps_attr() 703 (memcmp(wps_ie + 2, wps_oui, 4))) { in rtw_get_wps_attr() 708 attr_ptr = wps_ie + 6; /* goto first attr */ in rtw_get_wps_attr() 710 while (attr_ptr - wps_ie < wps_ielen) { in rtw_get_wps_attr() 743 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 751 attr_ptr = rtw_get_wps_attr(wps_ie, wps_ielen, target_attr_id, NULL, &attr_len); in rtw_get_wps_attr_content() [all …]
|
| H A D | rtw_mlme.c | 2083 memcpy(out_ie + ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); in rtw_restruct_sec_ie()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_ioctl.c | 915 priv->wps_ie = kzalloc(MWIFIEX_MAX_VSIE_LEN, GFP_KERNEL); in mwifiex_set_wps_ie() 916 if (!priv->wps_ie) in mwifiex_set_wps_ie() 919 memcpy(priv->wps_ie, ie_data_ptr, ie_len); in mwifiex_set_wps_ie() 923 priv->wps_ie_len, priv->wps_ie[0]); in mwifiex_set_wps_ie() 925 kfree(priv->wps_ie); in mwifiex_set_wps_ie()
|
| H A D | join.c | 250 memcpy(*buffer, priv->wps_ie, priv->wps_ie_len); in mwifiex_cmd_append_wps_ie() 256 kfree(priv->wps_ie); in mwifiex_cmd_append_wps_ie()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_security.h | 123 u8 wps_ie[MAX_WPS_IE_LEN];/* added in assoc req */ member
|