| /linux/drivers/gpio/ |
| H A D | gpio-rtd.c | 52 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/staging/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 940 unsigned short frame_type, ie_offset = 0; in OnAssocReq() local 955 ie_offset = _ASOCREQ_IE_OFFSET_; in OnAssocReq() 957 ie_offset = _REASOCREQ_IE_OFFSET_; in OnAssocReq() 960 if (pkt_len < sizeof(struct ieee80211_hdr_3addr) + ie_offset) in OnAssocReq() 972 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq() 973 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq() 1001 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SSID, &ie_len, in OnAssocReq() 1002 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq() 1021 …tw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SUPP_RATES, &ie_len, pkt_len - WLAN_HDR_A… in OnAssocReq() 1036 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 D | cfg80211.c | 1024 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in wilc_wfi_p2p_rx() local 1066 buff + ie_offset, size - ie_offset); in wilc_wfi_p2p_rx() 1167 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in mgmt_tx() local 1219 mgmt_tx->buff + ie_offset, in mgmt_tx() 1220 len - ie_offset); in mgmt_tx()
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | ioctl_cfg80211.c | 1919 u8 ie_offset; in rtw_cfg80211_indicate_sta_assoc() local 1922 ie_offset = _ASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc() 1924 ie_offset = _REASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc() 1927 sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; in rtw_cfg80211_indicate_sta_assoc() 1928 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 D | fwil_types.h | 343 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
|
| H A D | cfg80211.c | 3383 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss() 3494 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss() 5124 s32 ie_offset; in brcmf_cfg80211_start_ap() local 5167 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap() 5169 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap() 5170 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap() 5542 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local 5574 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx() 5576 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx() 5581 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()
|
| H A D | p2p.c | 1244 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_p2p_scan_finding_common_channel()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | main.c | 4014 int ssid_ie_offset, ie_offset, templ_len; in wl1271_ap_set_probe_resp_tmpl_legacy() local 4031 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy() 4033 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset, in wl1271_ap_set_probe_resp_tmpl_legacy() 4034 probe_rsp_len - ie_offset); in wl1271_ap_set_probe_resp_tmpl_legacy()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 1619 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument 1626 if (WARN_ON(skb->len < ie_offset)) in ath10k_mac_remove_vendor_ie() 1630 skb->data + ie_offset, in ath10k_mac_remove_vendor_ie() 1631 skb->len - ie_offset); in ath10k_mac_remove_vendor_ie()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 1453 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/ath12k/ |
| H A D | mac.c | 1596 u8 oui_type, size_t ie_offset) in ath12k_mac_remove_vendor_ie() argument 1602 if (WARN_ON(skb->len < ie_offset)) in ath12k_mac_remove_vendor_ie() 1606 skb->data + ie_offset, in ath12k_mac_remove_vendor_ie() 1607 skb->len - ie_offset); in ath12k_mac_remove_vendor_ie()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 10498 size_t ssids_offset, ie_offset; in nl80211_trigger_scan() local 10546 ie_offset = size; in nl80211_trigger_scan() 10556 request->req.ie = (void *)request + ie_offset; in nl80211_trigger_scan()
|