/Linux-v5.15/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 955 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/ |
D | pinctrl-intel.h | 126 unsigned int ie_offset; member
|
D | pinctrl-denverton.c | 37 .ie_offset = DNV_GPI_IE, \
|
D | pinctrl-lewisburg.c | 30 .ie_offset = LBG_GPI_IE, \
|
D | pinctrl-cedarfork.c | 37 .ie_offset = CDF_GPI_IE, \
|
D | pinctrl-jasperlake.c | 38 .ie_offset = JSL_GPI_IE, \
|
D | pinctrl-lakefield.c | 38 .ie_offset = LKF_GPI_IE, \
|
D | pinctrl-emmitsburg.c | 37 .ie_offset = EBG_GPI_IE, \
|
D | pinctrl-intel.c | 1063 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()
|
D | pinctrl-alderlake.c | 38 .ie_offset = ADL_GPI_IE, \
|
D | pinctrl-icelake.c | 39 .ie_offset = ICL_GPI_IE, \
|
D | pinctrl-elkhartlake.c | 36 .ie_offset = EHL_GPI_IE, \
|
D | pinctrl-geminilake.c | 29 .ie_offset = GLK_GPI_IE, \
|
D | pinctrl-sunrisepoint.c | 32 .ie_offset = SPT_GPI_IE, \
|
D | pinctrl-tigerlake.c | 41 .ie_offset = TGL_GPI_IE, \
|
D | pinctrl-cannonlake.c | 40 .ie_offset = CNL_GPI_IE, \
|
D | pinctrl-broxton.c | 29 .ie_offset = BXT_GPI_IE, \
|
/Linux-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 984 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 …]
|
D | rtw_p2p.c | 816 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/ |
D | cfg80211.c | 985 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/ |
D | ioctl_cfg80211.c | 2080 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/ |
D | fwil_types.h | 334 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
|
D | cfg80211.c | 3016 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 …]
|
D | p2p.c | 1244 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_p2p_scan_finding_common_channel()
|
/Linux-v5.15/drivers/net/wireless/ti/wlcore/ |
D | main.c | 3985 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()
|