Home
last modified time | relevance | path

Searched refs:assoc_req_ie_offset (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c964 const size_t assoc_req_ie_offset = sizeof(u16) * 2; in wmi_evt_connect() local
994 assoc_req_ie_offset]; in wmi_evt_connect()
995 assoc_req_ielen = evt->assoc_req_len - assoc_req_ie_offset; in wmi_evt_connect()
996 if (evt->assoc_req_len <= assoc_req_ie_offset) { in wmi_evt_connect()
1725 const size_t assoc_req_ie_offset = sizeof(u16) * 2 + ETH_ALEN; in wmi_evt_reassoc_status() local
1776 if (le16_to_cpu(data->reassoc_req_ie_len) > assoc_req_ie_offset) { in wmi_evt_reassoc_status()
1777 assoc_req_ie = &data->ie_info[assoc_req_ie_offset]; in wmi_evt_reassoc_status()
1779 assoc_req_ie_offset; in wmi_evt_reassoc_status()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c747 u8 assoc_req_ie_offset = sizeof(u16) + sizeof(u16); in ath6kl_cfg80211_connect_event() local
752 u8 *assoc_req_ie = assoc_info + beacon_ie_len + assoc_req_ie_offset; in ath6kl_cfg80211_connect_event()
756 assoc_req_len -= assoc_req_ie_offset; in ath6kl_cfg80211_connect_event()