Home
last modified time | relevance | path

Searched refs:owe_dh_len (Results 1 - 18 of 18) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.h169 const u8 *owe_dh, u8 owe_dh_len,
173 const u8 *owe_dh, size_t owe_dh_len);
176 const u8 *owe_dh, size_t owe_dh_len);
H A Ddrv_callbacks.c374 elems.owe_dh, elems.owe_dh_len); in hostapd_notif_assoc()
642 elems.owe_dh, elems.owe_dh_len, in hostapd_notif_assoc()
680 elems.owe_dh_len) < 0) { in hostapd_notif_assoc()
1867 elems.owe_dh, elems.owe_dh_len); in hostapd_notif_update_dh_ie()
1892 elems.owe_dh_len); in hostapd_notif_update_dh_ie()
H A Dieee802_11.c4200 u8 owe_dh_len) in owe_process_assoc_req()
4237 owe_dh_len - 2); in owe_process_assoc_req()
4255 len[0] = owe_dh_len - 2; in owe_process_assoc_req()
4279 hkey = wpabuf_alloc(owe_dh_len - 2 + wpabuf_len(pub) + 2); in owe_process_assoc_req()
4286 wpabuf_put_data(hkey, owe_dh + 2, owe_dh_len - 2); /* C */ in owe_process_assoc_req()
4343 const u8 *owe_dh, size_t owe_dh_len) in owe_validate_request()
4383 const u8 *owe_dh, size_t owe_dh_len) in owe_process_rsn_ie()
4409 NULL, 0, NULL, 0, owe_dh, owe_dh_len); in owe_process_rsn_ie()
4413 status = owe_process_assoc_req(hapd, sta, owe_dh, owe_dh_len); in owe_process_rsn_ie()
4662 elems.owe_dh, elems.owe_dh_len); in check_assoc_ies()
4198 owe_process_assoc_req(struct hostapd_data *hapd, struct sta_info *sta, const u8 *owe_dh, u8 owe_dh_len) owe_process_assoc_req() argument
4341 owe_validate_request(struct hostapd_data *hapd, const u8 *peer, const u8 *rsn_ie, size_t rsn_ie_len, const u8 *owe_dh, size_t owe_dh_len) owe_validate_request() argument
4380 owe_process_rsn_ie(struct hostapd_data *hapd, struct sta_info *sta, const u8 *rsn_ie, size_t rsn_ie_len, const u8 *owe_dh, size_t owe_dh_len) owe_process_rsn_ie() argument
5358 owe_assoc_req_process(struct hostapd_data *hapd, struct sta_info *sta, const u8 *owe_dh, u8 owe_dh_len, u8 *owe_buf, size_t owe_buf_len, u16 *status) owe_assoc_req_process() argument
[all...]
H A Dwpa_auth.h373 const u8 *owe_dh, size_t owe_dh_len);
H A Dwpa_auth_ie.c597 const u8 *owe_dh, size_t owe_dh_len) in wpa_validate_wpa_ie()
592 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int freq, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *rsnxe, size_t rsnxe_len, const u8 *mdie, size_t mdie_len, const u8 *owe_dh, size_t owe_dh_len) wpa_validate_wpa_ie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.h164 const u8 *owe_dh, u8 owe_dh_len,
168 const u8 *owe_dh, size_t owe_dh_len);
171 const u8 *owe_dh, size_t owe_dh_len);
H A Dieee802_11.c2659 u8 owe_dh_len) in owe_process_assoc_req()
2696 owe_dh_len - 2); in owe_process_assoc_req()
2714 len[0] = owe_dh_len - 2; in owe_process_assoc_req()
2738 hkey = wpabuf_alloc(owe_dh_len - 2 + wpabuf_len(pub) + 2); in owe_process_assoc_req()
2745 wpabuf_put_data(hkey, owe_dh + 2, owe_dh_len - 2); /* C */ in owe_process_assoc_req()
2802 const u8 *owe_dh, size_t owe_dh_len) in owe_validate_request()
2842 const u8 *owe_dh, size_t owe_dh_len) in owe_process_rsn_ie()
2868 NULL, 0, owe_dh, owe_dh_len); in owe_process_rsn_ie()
2872 status = owe_process_assoc_req(hapd, sta, owe_dh, owe_dh_len); in owe_process_rsn_ie()
3077 elems.owe_dh, elems.owe_dh_len); in check_assoc_ies()
2657 owe_process_assoc_req(struct hostapd_data *hapd, struct sta_info *sta, const u8 *owe_dh, u8 owe_dh_len) owe_process_assoc_req() argument
2800 owe_validate_request(struct hostapd_data *hapd, const u8 *peer, const u8 *rsn_ie, size_t rsn_ie_len, const u8 *owe_dh, size_t owe_dh_len) owe_validate_request() argument
2839 owe_process_rsn_ie(struct hostapd_data *hapd, struct sta_info *sta, const u8 *rsn_ie, size_t rsn_ie_len, const u8 *owe_dh, size_t owe_dh_len) owe_process_rsn_ie() argument
3749 owe_assoc_req_process(struct hostapd_data *hapd, struct sta_info *sta, const u8 *owe_dh, u8 owe_dh_len, u8 *owe_buf, size_t owe_buf_len, u16 *reason) owe_assoc_req_process() argument
[all...]
H A Ddrv_callbacks.c325 elems.owe_dh, elems.owe_dh_len); in hostapd_notif_assoc()
564 elems.owe_dh, elems.owe_dh_len, in hostapd_notif_assoc()
601 elems.owe_dh_len) < 0) { in hostapd_notif_assoc()
1635 elems.owe_dh, elems.owe_dh_len); in hostapd_notif_update_dh_ie()
1660 elems.owe_dh_len); in hostapd_notif_update_dh_ie()
H A Dwpa_auth.h324 const u8 *owe_dh, size_t owe_dh_len);
H A Dwpa_auth_ie.c536 const u8 *owe_dh, size_t owe_dh_len) in wpa_validate_wpa_ie()
532 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int freq, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *mdie, size_t mdie_len, const u8 *owe_dh, size_t owe_dh_len) wpa_validate_wpa_ie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.h140 u8 owe_dh_len; member
H A Dieee802_11_common.c267 elems->owe_dh_len = elen; in ieee802_11_parse_extension()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.h194 u8 owe_dh_len; member
H A Dieee802_11_common.c362 elems->owe_dh_len = elen; in ieee802_11_parse_extension()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c4620 elems.owe_dh_len - 2); in owe_process_assoc_resp()
4640 len[1] = elems.owe_dh_len - 2; in owe_process_assoc_resp()
4661 hkey = wpabuf_alloc(wpabuf_len(pub) + elems.owe_dh_len - 2 + 2); in owe_process_assoc_resp()
4670 wpabuf_put_data(hkey, elems.owe_dh + 2, elems.owe_dh_len - 2); /* A */ in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c6354 elems.owe_dh_len - 2);
6374 len[1] = elems.owe_dh_len - 2;
6395 hkey = wpabuf_alloc(wpabuf_len(pub) + elems.owe_dh_len - 2 + 2);
6404 wpabuf_put_data(hkey, elems.owe_dh + 2, elems.owe_dh_len - 2); /* A */
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Devents.c2519 elems.owe_dh_len) < 0) { in wpa_supplicant_event_associnfo()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c3381 elems.owe_dh_len) < 0) {

Completed in 53 milliseconds