Searched refs:owe_buf (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 3592 u8 *owe_buf, size_t owe_buf_len, u16 *reason) in owe_assoc_req_process() argument 3598 return wpa_auth_write_assoc_resp_owe(sta->wpa_sm, owe_buf, in owe_assoc_req_process() 3605 owe_buf = wpa_auth_write_assoc_resp_owe(sta->wpa_sm, owe_buf, in owe_assoc_req_process() 3608 return owe_buf; in owe_assoc_req_process() 3615 owe_buf = wpa_auth_write_assoc_resp_owe(sta->wpa_sm, owe_buf, in owe_assoc_req_process() 3618 if (sta->owe_ecdh && owe_buf) { in owe_assoc_req_process() 3624 return owe_buf; in owe_assoc_req_process() 3628 *owe_buf++ = WLAN_EID_EXTENSION; /* Element ID */ in owe_assoc_req_process() 3629 *owe_buf++ = 1 + 2 + wpabuf_len(pub); /* Length */ in owe_assoc_req_process() 3630 *owe_buf++ = WLAN_EID_EXT_OWE_DH_PARAM; /* Element ID Extension in owe_assoc_req_process() [all …]
|
D | ieee802_11.h | 155 u8 *owe_buf, size_t owe_buf_len, u16 *reason);
|