Home
last modified time | relevance | path

Searched refs:dpp_get_attr (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/common/
HDdpp.c722 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len) in dpp_get_attr() function
3103 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, in dpp_auth_req_rx()
3125 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_auth_req_rx()
3139 channel = dpp_get_attr(attr_start, attr_len, DPP_ATTR_CHANNEL, in dpp_auth_req_rx()
3167 i_proto = dpp_get_attr(attr_start, attr_len, DPP_ATTR_I_PROTOCOL_KEY, in dpp_auth_req_rx()
3223 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE, in dpp_auth_req_rx()
3232 i_capab = dpp_get_attr(unwrapped, unwrapped_len, in dpp_auth_req_rx()
3295 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx()
3591 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE, in dpp_auth_resp_rx_status()
3603 r_capab = dpp_get_attr(unwrapped, unwrapped_len, in dpp_auth_resp_rx_status()
[all …]
HDdpp.h444 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len);
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDdpp_supplicant.c732 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req()
742 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req()
1355 trans_id = dpp_get_attr(buf, len, DPP_ATTR_TRANSACTION_ID, in wpas_dpp_rx_peer_disc_resp()
1373 status = dpp_get_attr(buf, len, DPP_ATTR_STATUS, &status_len); in wpas_dpp_rx_peer_disc_resp()
1389 connector = dpp_get_attr(buf, len, DPP_ATTR_CONNECTOR, &connector_len); in wpas_dpp_rx_peer_disc_resp()
/dragonfly/contrib/wpa_supplicant/src/ap/
HDdpp_hostapd.c537 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req()
547 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req()
1091 trans_id = dpp_get_attr(buf, len, DPP_ATTR_TRANSACTION_ID, in hostapd_dpp_rx_peer_disc_req()
1099 connector = dpp_get_attr(buf, len, DPP_ATTR_CONNECTOR, &connector_len); in hostapd_dpp_rx_peer_disc_req()