/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 2013 u8 ie_offset; in collect_bss_info() local 2029 ie_offset = _BEACON_IE_OFFSET_; in collect_bss_info() 2033 ie_offset = _PROBEREQ_IE_OFFSET_; in collect_bss_info() 2036 ie_offset = _PROBERSP_IE_OFFSET_; in collect_bss_info() 2040 ie_offset = _FIXED_IE_LENGTH_; in collect_bss_info() 2057 p = rtw_get_ie(bssid->ies + ie_offset, _SSID_IE_, &len, bssid->ie_length - ie_offset); in collect_bss_info() 2078 p = rtw_get_ie(bssid->ies + ie_offset, _SUPPORTEDRATES_IE_, &len, bssid->ie_length - ie_offset); in collect_bss_info() 2088 …p = rtw_get_ie(bssid->ies + ie_offset, _EXT_SUPPORTEDRATES_IE_, &len, bssid->ie_length - ie_offset… in collect_bss_info() 2104 p = rtw_get_ie(bssid->ies + ie_offset, _DSSET_IE_, &len, bssid->ie_length - ie_offset); in collect_bss_info() 2113 p = rtw_get_ie(bssid->ies + ie_offset, _HT_ADD_INFO_IE_, &len, bssid->ie_length - ie_offset); in collect_bss_info() [all …]
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 1182 unsigned short frame_type, ie_offset = 0; in OnAssocReq() local 1198 ie_offset = _ASOCREQ_IE_OFFSET_; in OnAssocReq() 1201 ie_offset = _REASOCREQ_IE_OFFSET_; in OnAssocReq() 1205 if (pkt_len < sizeof(struct ieee80211_hdr_3addr) + ie_offset) { in OnAssocReq() 1220 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq() 1221 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq() 1254 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SSID_IE_, &ie_len, in OnAssocReq() 1255 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq() 1274 …tw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SUPPORTEDRATES_IE_, &ie_len, pkt_len - WLAN_HDR_A… in OnAssocReq() 1287 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _EXT_SUPPORTEDRATES_IE_, &ie_len, in OnAssocReq() [all …]
|
/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-intel.c | 1055 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask() 1171 enabled = readl(community->regs + community->ie_offset + in intel_gpio_community_irq_handler() 1223 writel(0, base + community->ie_offset + gpp * 4); in intel_gpio_irq_init() 1686 base = community->regs + community->ie_offset; in intel_pinctrl_suspend_noirq() 1797 base = community->regs + community->ie_offset; in intel_pinctrl_resume_noirq()
|
D | pinctrl-jasperlake.c | 38 .ie_offset = JSL_GPI_IE, \
|
D | pinctrl-cedarfork.c | 37 .ie_offset = CDF_GPI_IE, \
|
D | pinctrl-emmitsburg.c | 37 .ie_offset = EBG_GPI_IE, \
|
D | pinctrl-icelake.c | 39 .ie_offset = ICL_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, \
|
/drivers/net/wireless/microchip/wilc1000/ |
D | cfg80211.c | 1006 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in wilc_wfi_p2p_rx() local 1048 buff + ie_offset, size - ie_offset); in wilc_wfi_p2p_rx() 1151 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in mgmt_tx() local 1197 mgmt_tx->buff + ie_offset, in mgmt_tx() 1198 len - ie_offset); in mgmt_tx()
|
/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 | 3007 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss() 3118 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss() 3176 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_update_bss_info() 4692 s32 ie_offset; in brcmf_cfg80211_start_ap() local 4734 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap() 4736 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap() 4737 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap() 5110 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local 5143 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx() 5145 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()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 2388 u8 ie_offset; in rtw_cfg80211_indicate_sta_assoc() local 2390 ie_offset = _ASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc() 2392 ie_offset = _REASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc() 2395 sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; in rtw_cfg80211_indicate_sta_assoc() 2396 sinfo.assoc_req_ies_len = frame_len - WLAN_HDR_A3_LEN - ie_offset; in rtw_cfg80211_indicate_sta_assoc()
|
D | ioctl_linux.c | 93 u8 ie_offset = (pnetwork->network.Reserved[0] == 2 ? 0 : 12); in translate_scan() local 290 total_ielen = pnetwork->network.IELength - ie_offset; in translate_scan()
|
/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()
|
/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 1584 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument 1591 if (WARN_ON(skb->len < ie_offset)) in ath10k_mac_remove_vendor_ie() 1595 skb->data + ie_offset, in ath10k_mac_remove_vendor_ie() 1596 skb->len - ie_offset); in ath10k_mac_remove_vendor_ie()
|