Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c966 const size_t assoc_resp_ie_offset = sizeof(u16) * 3; in wmi_evt_connect() local
1003 assoc_resp_ie_offset]; in wmi_evt_connect()
1004 assoc_resp_ielen = evt->assoc_resp_len - assoc_resp_ie_offset; in wmi_evt_connect()
1005 if (evt->assoc_resp_len <= assoc_resp_ie_offset) { in wmi_evt_connect()
1727 const size_t assoc_resp_ie_offset = sizeof(u16) * 3; in wmi_evt_reassoc_status() local
1781 if (le16_to_cpu(data->reassoc_resp_ie_len) <= assoc_resp_ie_offset) { in wmi_evt_reassoc_status()
1788 assoc_resp_ie_offset]; in wmi_evt_reassoc_status()
1790 assoc_resp_ie_offset; in wmi_evt_reassoc_status()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c750 u8 assoc_resp_ie_offset = sizeof(u16) + sizeof(u16) + sizeof(u16); in ath6kl_cfg80211_connect_event() local
754 assoc_resp_ie_offset; in ath6kl_cfg80211_connect_event()
757 assoc_resp_len -= assoc_resp_ie_offset; in ath6kl_cfg80211_connect_event()