Searched refs:assoc_resp_ie_offset (Results 1 – 1 of 1) sorted by relevance
965 const size_t assoc_resp_ie_offset = sizeof(u16) * 3; in wmi_evt_connect() local1002 assoc_resp_ie_offset]; in wmi_evt_connect()1003 assoc_resp_ielen = evt->assoc_resp_len - assoc_resp_ie_offset; in wmi_evt_connect()1004 if (evt->assoc_resp_len <= assoc_resp_ie_offset) { in wmi_evt_connect()1725 const size_t assoc_resp_ie_offset = sizeof(u16) * 3; in wmi_evt_reassoc_status() local1779 if (le16_to_cpu(data->reassoc_resp_ie_len) <= assoc_resp_ie_offset) { in wmi_evt_reassoc_status()1786 assoc_resp_ie_offset]; in wmi_evt_reassoc_status()1788 assoc_resp_ie_offset; in wmi_evt_reassoc_status()