Home
last modified time | relevance | path

Searched refs:ie_offset (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c955 unsigned short frame_type, ie_offset = 0; in OnAssocReq() local
970 ie_offset = _ASOCREQ_IE_OFFSET_; in OnAssocReq()
972 ie_offset = _REASOCREQ_IE_OFFSET_; in OnAssocReq()
975 if (pkt_len < sizeof(struct ieee80211_hdr_3addr) + ie_offset) in OnAssocReq()
987 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
988 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
1016 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SSID, &ie_len, in OnAssocReq()
1017 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1036 …tw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SUPP_RATES, &ie_len, pkt_len - WLAN_HDR_A… in OnAssocReq()
1048 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_EXT_SUPP_RATES, &ie_len, in OnAssocReq()
[all …]
/Linux-v5.15/drivers/pinctrl/intel/
Dpinctrl-intel.h126 unsigned int ie_offset; member
Dpinctrl-denverton.c37 .ie_offset = DNV_GPI_IE, \
Dpinctrl-lewisburg.c30 .ie_offset = LBG_GPI_IE, \
Dpinctrl-cedarfork.c37 .ie_offset = CDF_GPI_IE, \
Dpinctrl-jasperlake.c38 .ie_offset = JSL_GPI_IE, \
Dpinctrl-lakefield.c38 .ie_offset = LKF_GPI_IE, \
Dpinctrl-emmitsburg.c37 .ie_offset = EBG_GPI_IE, \
Dpinctrl-intel.c1063 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask()
1181 enabled = readl(community->regs + community->ie_offset + in intel_gpio_community_irq_handler()
1685 base = community->regs + community->ie_offset; in intel_pinctrl_suspend_noirq()
1712 writel(0, base + community->ie_offset + gpp * 4); in intel_gpio_irq_init()
1811 base = community->regs + community->ie_offset; in intel_pinctrl_resume_noirq()
Dpinctrl-alderlake.c38 .ie_offset = ADL_GPI_IE, \
Dpinctrl-icelake.c39 .ie_offset = ICL_GPI_IE, \
Dpinctrl-elkhartlake.c36 .ie_offset = EHL_GPI_IE, \
Dpinctrl-geminilake.c29 .ie_offset = GLK_GPI_IE, \
Dpinctrl-sunrisepoint.c32 .ie_offset = SPT_GPI_IE, \
Dpinctrl-tigerlake.c41 .ie_offset = TGL_GPI_IE, \
Dpinctrl-cannonlake.c40 .ie_offset = CNL_GPI_IE, \
Dpinctrl-broxton.c29 .ie_offset = BXT_GPI_IE, \
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c984 unsigned short frame_type, ie_offset = 0; in OnAssocReq() local
1006 ie_offset = _ASOCREQ_IE_OFFSET_; in OnAssocReq()
1009 ie_offset = _REASOCREQ_IE_OFFSET_; in OnAssocReq()
1012 if (pkt_len < IEEE80211_3ADDR_LEN + ie_offset) { in OnAssocReq()
1026 left = pkt_len - (IEEE80211_3ADDR_LEN + ie_offset); in OnAssocReq()
1027 pos = pframe + (IEEE80211_3ADDR_LEN + ie_offset); in OnAssocReq()
1056 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SSID_IE_, &ie_len, in OnAssocReq()
1057 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1076 …tw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SUPPORTEDRATES_IE_, &ie_len, pkt_len - WLAN_HDR_A… in OnAssocReq()
1089 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _EXT_SUPPORTEDRATES_IE_, &ie_len, in OnAssocReq()
[all …]
Drtw_p2p.c816 unsigned short frame_type, ie_offset = 0; in process_assoc_req_p2p_ie() local
829 ie_offset = _ASOCREQ_IE_OFFSET_; in process_assoc_req_p2p_ie()
831 ie_offset = _REASOCREQ_IE_OFFSET_; in process_assoc_req_p2p_ie()
833 ies = pframe + WLAN_HDR_A3_LEN + ie_offset; in process_assoc_req_p2p_ie()
834 ies_len = len - WLAN_HDR_A3_LEN - ie_offset; in process_assoc_req_p2p_ie()
/Linux-v5.15/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c985 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in wilc_wfi_p2p_rx() local
1027 buff + ie_offset, size - ie_offset); in wilc_wfi_p2p_rx()
1130 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in mgmt_tx() local
1176 mgmt_tx->buff + ie_offset, in mgmt_tx()
1177 len - ie_offset); in mgmt_tx()
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2080 u8 ie_offset; in rtw_cfg80211_indicate_sta_assoc() local
2082 ie_offset = _ASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc()
2084 ie_offset = _REASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc()
2087 sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; in rtw_cfg80211_indicate_sta_assoc()
2088 sinfo.assoc_req_ies_len = frame_len - WLAN_HDR_A3_LEN - ie_offset; in rtw_cfg80211_indicate_sta_assoc()
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwil_types.h334 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
Dcfg80211.c3016 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
3127 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss()
3185 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_update_bss_info()
4701 s32 ie_offset; in brcmf_cfg80211_start_ap() local
4743 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap()
4745 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap()
4746 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap()
5119 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local
5152 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx()
5154 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx()
[all …]
Dp2p.c1244 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_p2p_scan_finding_common_channel()
/Linux-v5.15/drivers/net/wireless/ti/wlcore/
Dmain.c3985 int ssid_ie_offset, ie_offset, templ_len; in wl1271_ap_set_probe_resp_tmpl_legacy() local
4002 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy()
4004 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset, in wl1271_ap_set_probe_resp_tmpl_legacy()
4005 probe_rsp_len - ie_offset); in wl1271_ap_set_probe_resp_tmpl_legacy()

12