Home
last modified time | relevance | path

Searched refs:owe_dh (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()
637 elems.owe_dh) { in hostapd_notif_assoc()
642 elems.owe_dh, elems.owe_dh_len, in hostapd_notif_assoc()
668 elems.owe_dh) { in hostapd_notif_assoc()
679 if (dpp_pfs_process(sta->dpp_pfs, elems.owe_dh, in hostapd_notif_assoc()
1867 elems.owe_dh, elems.owe_dh_len); in hostapd_notif_update_dh_ie()
1891 elems.rsn_ie_len, elems.owe_dh, in hostapd_notif_update_dh_ie()
H A Dwpa_auth_ie.c597 const u8 *owe_dh, size_t owe_dh_len) in wpa_validate_wpa_ie()
905 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE && !owe_dh) { in wpa_validate_wpa_ie()
914 ((conf->dpp_pfs == 1 && !owe_dh) || in wpa_validate_wpa_ie()
915 (conf->dpp_pfs == 2 && owe_dh))) { 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
H A Dieee802_11.c4199 struct sta_info *sta, const u8 *owe_dh, in owe_process_assoc_req()
4216 group = WPA_GET_LE16(owe_dh); in owe_process_assoc_req()
4236 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
4254 addr[0] = owe_dh + 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()
4369 if (!owe_dh) { 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_le in owe_process_rsn_ie()
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);
/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 Ddrv_callbacks.c325 elems.owe_dh, elems.owe_dh_len); in hostapd_notif_assoc()
560 elems.owe_dh) { in hostapd_notif_assoc()
564 elems.owe_dh, elems.owe_dh_len, in hostapd_notif_assoc()
589 elems.owe_dh) { in hostapd_notif_assoc()
600 if (dpp_pfs_process(sta->dpp_pfs, elems.owe_dh, in hostapd_notif_assoc()
1635 elems.owe_dh, elems.owe_dh_len); in hostapd_notif_update_dh_ie()
1659 elems.rsn_ie_len, elems.owe_dh, in hostapd_notif_update_dh_ie()
H A Dieee802_11.c2658 struct sta_info *sta, const u8 *owe_dh, in owe_process_assoc_req()
2675 group = WPA_GET_LE16(owe_dh); in owe_process_assoc_req()
2695 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
2713 addr[0] = owe_dh + 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()
2828 if (!owe_dh) { 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_le in owe_process_rsn_ie()
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 Dwpa_auth_ie.c536 const u8 *owe_dh, size_t owe_dh_len) in wpa_validate_wpa_ie()
833 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE && !owe_dh) { in wpa_validate_wpa_ie()
839 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_DPP && owe_dh) { in wpa_validate_wpa_ie()
844 if (sm->wpa_key_mgmt != WPA_KEY_MGMT_OWE && owe_dh) { 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
H A Dwpa_auth.h324 const u8 *owe_dh, size_t owe_dh_len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.h90 const u8 *owe_dh; member
H A Dieee802_11_common.c266 elems->owe_dh = pos; in ieee802_11_parse_extension()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.h116 const u8 *owe_dh; member
H A Dieee802_11_common.c361 elems->owe_dh = pos; in ieee802_11_parse_extension()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c4590 if (!elems.owe_dh) { in owe_process_assoc_resp()
4596 group = WPA_GET_LE16(elems.owe_dh); in owe_process_assoc_resp()
4619 elems.owe_dh + 2, in owe_process_assoc_resp()
4639 addr[1] = elems.owe_dh + 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.c6324 if (!elems.owe_dh) {
6330 group = WPA_GET_LE16(elems.owe_dh);
6353 elems.owe_dh + 2,
6373 addr[1] = elems.owe_dh + 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.c2516 !elems.owe_dh) in wpa_supplicant_event_associnfo()
2518 if (dpp_pfs_process(wpa_s->dpp_pfs, elems.owe_dh, in wpa_supplicant_event_associnfo()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c3378 !elems.owe_dh)
3380 if (dpp_pfs_process(wpa_s->dpp_pfs, elems.owe_dh,

Completed in 45 milliseconds