Lines Matching refs:owe_buf

3816 	u8 *owe_buf, ie[256 * 2];  in owe_process_rsn_ie()  local
3851 owe_buf = wpa_auth_write_assoc_resp_owe(sta->wpa_sm, ie, sizeof(ie), in owe_process_rsn_ie()
3853 if (!owe_buf) { in owe_process_rsn_ie()
3868 *owe_buf++ = WLAN_EID_EXTENSION; /* Element ID */ in owe_process_rsn_ie()
3869 *owe_buf++ = 1 + 2 + wpabuf_len(pub); /* Length */ in owe_process_rsn_ie()
3870 *owe_buf++ = WLAN_EID_EXT_OWE_DH_PARAM; /* Element ID Extension in owe_process_rsn_ie()
3872 WPA_PUT_LE16(owe_buf, sta->owe_group); in owe_process_rsn_ie()
3873 owe_buf += 2; in owe_process_rsn_ie()
3874 os_memcpy(owe_buf, wpabuf_head(pub), wpabuf_len(pub)); in owe_process_rsn_ie()
3875 owe_buf += wpabuf_len(pub); in owe_process_rsn_ie()
3879 ie_len = owe_buf - ie; in owe_process_rsn_ie()
5182 u8 *owe_buf, size_t owe_buf_len, u16 *status) in owe_assoc_req_process() argument
5188 return wpa_auth_write_assoc_resp_owe(sta->wpa_sm, owe_buf, in owe_assoc_req_process()
5195 owe_buf = wpa_auth_write_assoc_resp_owe(sta->wpa_sm, owe_buf, in owe_assoc_req_process()
5198 return owe_buf; in owe_assoc_req_process()
5204 return owe_buf; in owe_assoc_req_process()
5211 owe_buf = wpa_auth_write_assoc_resp_owe(sta->wpa_sm, owe_buf, in owe_assoc_req_process()
5214 if (sta->owe_ecdh && owe_buf) { in owe_assoc_req_process()
5220 return owe_buf; in owe_assoc_req_process()
5224 *owe_buf++ = WLAN_EID_EXTENSION; /* Element ID */ in owe_assoc_req_process()
5225 *owe_buf++ = 1 + 2 + wpabuf_len(pub); /* Length */ in owe_assoc_req_process()
5226 *owe_buf++ = WLAN_EID_EXT_OWE_DH_PARAM; /* Element ID Extension in owe_assoc_req_process()
5228 WPA_PUT_LE16(owe_buf, sta->owe_group); in owe_assoc_req_process()
5229 owe_buf += 2; in owe_assoc_req_process()
5230 os_memcpy(owe_buf, wpabuf_head(pub), wpabuf_len(pub)); in owe_assoc_req_process()
5231 owe_buf += wpabuf_len(pub); in owe_assoc_req_process()
5235 return owe_buf; in owe_assoc_req_process()