Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-rtd.c52 u8 *ie_offset; member
103 .ie_offset = (u8 []){ 0xc, 0x24, 0x38 },
120 .ie_offset = (u8 []){ 0xc, 0x24, 0x38 },
137 .ie_offset = (u8 []){ 0xc, 0x24 },
153 .ie_offset = (u8 []){ 0x30, 0x34, 0x38, 0x3c },
169 .ie_offset = (u8 []){ 0xc, 0x24 },
195 return data->info->ie_offset[offset / 32]; in rtd_gpio_ie_offset()
/linux/drivers/pinctrl/intel/
H A Dpinctrl-intel.h120 unsigned int ie_offset; member
152 .ie_offset = soc ## _GPI_IE, \
H A Dpinctrl-intel-platform.c122 community->ie_offset = offset; in intel_platform_pinctrl_prepare_community()
H A Dpinctrl-intel.c1141 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask()
1276 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq()
1305 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_init()
1802 base = community->regs + community->ie_offset; in intel_pinctrl_suspend_noirq()
1912 base = community->regs + community->ie_offset; in intel_pinctrl_resume_noirq()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c946 unsigned short frame_type, ie_offset = 0; in OnAssocReq() local
961 ie_offset = _ASOCREQ_IE_OFFSET_; in OnAssocReq()
963 ie_offset = _REASOCREQ_IE_OFFSET_; in OnAssocReq()
966 if (pkt_len < sizeof(struct ieee80211_hdr_3addr) + ie_offset) in OnAssocReq()
978 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
979 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
1007 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SSID, &ie_len, in OnAssocReq()
1008 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1027 …tw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SUPP_RATES, &ie_len, pkt_len - WLAN_HDR_A… in OnAssocReq()
1039 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_EXT_SUPP_RATES, &ie_len, in OnAssocReq()
[all …]
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1032 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in wilc_wfi_p2p_rx() local
1074 buff + ie_offset, size - ie_offset); in wilc_wfi_p2p_rx()
1175 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in mgmt_tx() local
1227 mgmt_tx->buff + ie_offset, in mgmt_tx()
1228 len - ie_offset); in mgmt_tx()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1927 u8 ie_offset; in rtw_cfg80211_indicate_sta_assoc() local
1930 ie_offset = _ASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc()
1932 ie_offset = _REASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc()
1935 sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; in rtw_cfg80211_indicate_sta_assoc()
1936 sinfo.assoc_req_ies_len = frame_len - WLAN_HDR_A3_LEN - ie_offset; in rtw_cfg80211_indicate_sta_assoc()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h343 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
H A Dcfg80211.c3361 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
3472 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss()
5098 s32 ie_offset; in brcmf_cfg80211_start_ap() local
5141 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap()
5143 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap()
5144 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap()
5516 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local
5549 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx()
5551 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx()
5556 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()
H A Dp2p.c1244 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_p2p_scan_finding_common_channel()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c4024 int ssid_ie_offset, ie_offset, templ_len; in wl1271_ap_set_probe_resp_tmpl_legacy() local
4041 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy()
4043 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset, in wl1271_ap_set_probe_resp_tmpl_legacy()
4044 probe_rsp_len - ie_offset); in wl1271_ap_set_probe_resp_tmpl_legacy()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1353 u8 oui_type, size_t ie_offset) in ath12k_mac_remove_vendor_ie() argument
1359 if (WARN_ON(skb->len < ie_offset)) in ath12k_mac_remove_vendor_ie()
1363 skb->data + ie_offset, in ath12k_mac_remove_vendor_ie()
1364 skb->len - ie_offset); in ath12k_mac_remove_vendor_ie()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c1453 u8 oui_type, size_t ie_offset) in ath11k_mac_remove_vendor_ie() argument
1459 if (WARN_ON(skb->len < ie_offset)) in ath11k_mac_remove_vendor_ie()
1463 skb->data + ie_offset, in ath11k_mac_remove_vendor_ie()
1464 skb->len - ie_offset); in ath11k_mac_remove_vendor_ie()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c1590 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument
1597 if (WARN_ON(skb->len < ie_offset)) in ath10k_mac_remove_vendor_ie()
1601 skb->data + ie_offset, in ath10k_mac_remove_vendor_ie()
1602 skb->len - ie_offset); in ath10k_mac_remove_vendor_ie()
/linux/net/wireless/
H A Dnl80211.c9317 size_t ssids_offset, ie_offset; in nl80211_trigger_scan() local
9365 ie_offset = size; in nl80211_trigger_scan()
9376 request->ie = (void *)request + ie_offset; in nl80211_trigger_scan()