/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 2022 u8 ie_offset; in collect_bss_info() local 2038 ie_offset = _BEACON_IE_OFFSET_; in collect_bss_info() 2042 ie_offset = _PROBEREQ_IE_OFFSET_; in collect_bss_info() 2045 ie_offset = _PROBERSP_IE_OFFSET_; in collect_bss_info() 2049 ie_offset = _FIXED_IE_LENGTH_; in collect_bss_info() 2066 p = rtw_get_ie(bssid->ies + ie_offset, _SSID_IE_, &len, bssid->ie_length - ie_offset); in collect_bss_info() 2087 p = rtw_get_ie(bssid->ies + ie_offset, _SUPPORTEDRATES_IE_, &len, bssid->ie_length - ie_offset); in collect_bss_info() 2097 …p = rtw_get_ie(bssid->ies + ie_offset, _EXT_SUPPORTEDRATES_IE_, &len, bssid->ie_length - ie_offset… in collect_bss_info() 2113 p = rtw_get_ie(bssid->ies + ie_offset, _DSSET_IE_, &len, bssid->ie_length - ie_offset); in collect_bss_info() 2122 p = rtw_get_ie(bssid->ies + ie_offset, _HT_ADD_INFO_IE_, &len, bssid->ie_length - ie_offset); in collect_bss_info() [all …]
|
/Linux-v4.19/drivers/pinctrl/intel/ |
D | pinctrl-intel.h | 104 unsigned ie_offset; member
|
D | pinctrl-intel.c | 934 value = readl(community->regs + community->ie_offset + gpp * 4); in intel_gpio_irq_enable() 936 writel(value, community->regs + community->ie_offset + gpp * 4); in intel_gpio_irq_enable() 959 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask() 1067 enabled = readl(community->regs + community->ie_offset + in intel_gpio_community_irq_handler() 1455 base = community->regs + community->ie_offset; in intel_pinctrl_suspend() 1478 writel(0, base + community->ie_offset + gpp * 4); in intel_gpio_irq_init() 1537 base = community->regs + community->ie_offset; in intel_pinctrl_resume()
|
D | pinctrl-sunrisepoint.c | 29 .ie_offset = SPT_GPI_IE, \ 50 .ie_offset = SPT_GPI_IE, \
|
D | pinctrl-denverton.c | 35 .ie_offset = DNV_GPI_IE, \
|
D | pinctrl-lewisburg.c | 28 .ie_offset = LBG_GPI_IE, \
|
D | pinctrl-cedarfork.c | 37 .ie_offset = CDF_GPI_IE, \
|
D | pinctrl-icelake.c | 39 .ie_offset = ICL_GPI_IE, \
|
D | pinctrl-geminilake.c | 27 .ie_offset = GLK_GPI_IE, \
|
D | pinctrl-cannonlake.c | 40 .ie_offset = CNL_GPI_IE, \
|
D | pinctrl-broxton.c | 27 .ie_offset = BXT_GPI_IE, \
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 1193 unsigned short frame_type, ie_offset = 0; in OnAssocReq() local 1209 ie_offset = _ASOCREQ_IE_OFFSET_; in OnAssocReq() 1212 ie_offset = _REASOCREQ_IE_OFFSET_; in OnAssocReq() 1216 if (pkt_len < sizeof(struct ieee80211_hdr_3addr) + ie_offset) { in OnAssocReq() 1233 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq() 1234 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq() 1268 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SSID_IE_, &ie_len, in OnAssocReq() 1269 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq() 1289 …tw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SUPPORTEDRATES_IE_, &ie_len, pkt_len - WLAN_HDR_A… in OnAssocReq() 1302 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _EXT_SUPPORTEDRATES_IE_, &ie_len, in OnAssocReq() [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fwil_types.h | 341 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
|
D | cfg80211.c | 2766 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss() 2875 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss() 2934 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_update_bss_info() 4388 s32 ie_offset; in brcmf_cfg80211_start_ap() local 4429 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap() 4431 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap() 4432 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap() 4783 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local 4816 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx() 4818 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx() [all …]
|
D | p2p.c | 1228 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_p2p_scan_finding_common_channel()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 2420 u8 ie_offset; in rtw_cfg80211_indicate_sta_assoc() local 2422 ie_offset = _ASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc() 2424 ie_offset = _REASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc() 2427 sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; in rtw_cfg80211_indicate_sta_assoc() 2428 sinfo.assoc_req_ies_len = frame_len - WLAN_HDR_A3_LEN - ie_offset; in rtw_cfg80211_indicate_sta_assoc()
|
D | ioctl_linux.c | 95 u8 ie_offset = (pnetwork->network.Reserved[0] == 2? 0:12); in translate_scan() local 295 total_ielen = pnetwork->network.IELength - ie_offset; in translate_scan()
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | main.c | 3989 int ssid_ie_offset, ie_offset, templ_len; in wl1271_ap_set_probe_resp_tmpl_legacy() local 4006 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy() 4008 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset, in wl1271_ap_set_probe_resp_tmpl_legacy() 4009 probe_rsp_len - ie_offset); in wl1271_ap_set_probe_resp_tmpl_legacy()
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 1534 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument 1541 if (WARN_ON(skb->len < ie_offset)) in ath10k_mac_remove_vendor_ie() 1545 skb->data + ie_offset, in ath10k_mac_remove_vendor_ie() 1546 skb->len - ie_offset); in ath10k_mac_remove_vendor_ie()
|