Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pinctrl/intel/
Dpinctrl-intel.h120 unsigned int ie_offset; member
152 .ie_offset = soc ## _GPI_IE, \
Dpinctrl-intel.c1090 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask()
1228 enabled = readl(community->regs + community->ie_offset + in intel_gpio_community_irq_handler()
1275 writel(0, base + community->ie_offset + gpp * 4); in intel_gpio_irq_init()
1795 base = community->regs + community->ie_offset; in intel_pinctrl_suspend_noirq()
1906 base = community->regs + community->ie_offset; in intel_pinctrl_resume_noirq()
/linux-6.6.21/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c947 unsigned short frame_type, ie_offset = 0; in OnAssocReq() local
962 ie_offset = _ASOCREQ_IE_OFFSET_; in OnAssocReq()
964 ie_offset = _REASOCREQ_IE_OFFSET_; in OnAssocReq()
967 if (pkt_len < sizeof(struct ieee80211_hdr_3addr) + ie_offset) in OnAssocReq()
979 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
980 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
1008 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SSID, &ie_len, in OnAssocReq()
1009 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1028 …tw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SUPP_RATES, &ie_len, pkt_len - WLAN_HDR_A… in OnAssocReq()
1040 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_EXT_SUPP_RATES, &ie_len, in OnAssocReq()
[all …]
/linux-6.6.21/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c1036 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in wilc_wfi_p2p_rx() local
1078 buff + ie_offset, size - ie_offset); in wilc_wfi_p2p_rx()
1181 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in mgmt_tx() local
1233 mgmt_tx->buff + ie_offset, in mgmt_tx()
1234 len - ie_offset); in mgmt_tx()
/linux-6.6.21/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1929 u8 ie_offset; in rtw_cfg80211_indicate_sta_assoc() local
1932 ie_offset = _ASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc()
1934 ie_offset = _REASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc()
1937 sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; in rtw_cfg80211_indicate_sta_assoc()
1938 sinfo.assoc_req_ies_len = frame_len - WLAN_HDR_A3_LEN - ie_offset; in rtw_cfg80211_indicate_sta_assoc()
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwil_types.h343 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
Dcfg80211.c3375 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
3486 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss()
5102 s32 ie_offset; in brcmf_cfg80211_start_ap() local
5144 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap()
5146 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap()
5147 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap()
5518 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local
5551 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx()
5553 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx()
5558 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()
Dp2p.c1244 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_p2p_scan_finding_common_channel()
/linux-6.6.21/drivers/net/wireless/ti/wlcore/
Dmain.c3941 int ssid_ie_offset, ie_offset, templ_len; in wl1271_ap_set_probe_resp_tmpl_legacy() local
3958 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy()
3960 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset, in wl1271_ap_set_probe_resp_tmpl_legacy()
3961 probe_rsp_len - ie_offset); in wl1271_ap_set_probe_resp_tmpl_legacy()
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dmac.c1595 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument
1602 if (WARN_ON(skb->len < ie_offset)) in ath10k_mac_remove_vendor_ie()
1606 skb->data + ie_offset, in ath10k_mac_remove_vendor_ie()
1607 skb->len - ie_offset); in ath10k_mac_remove_vendor_ie()