/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_reconfig.c | 317 u8 *attr_start, *attr_end; in dpp_reconfig_build_resp() local 353 attr_start = wpabuf_put(msg, 0); in dpp_reconfig_build_resp() 388 addr[1] = attr_start; in dpp_reconfig_build_resp() 389 len[1] = attr_end - attr_start; in dpp_reconfig_build_resp() 427 const u8 *attr_start, size_t attr_len) in dpp_reconfig_auth_req_rx() 440 trans_id = dpp_get_attr(attr_start, attr_len, DPP_ATTR_TRANSACTION_ID, in dpp_reconfig_auth_req_rx() 448 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_reconfig_auth_req_rx() 456 i_connector = dpp_get_attr(attr_start, attr_len, DPP_ATTR_CONNECTOR, in dpp_reconfig_auth_req_rx() 465 c_nonce = dpp_get_attr(attr_start, attr_len, in dpp_reconfig_auth_req_rx() 560 u8 *attr_start, *attr_en in dpp_reconfig_build_conf() local 422 dpp_reconfig_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, const char *own_connector, const u8 *net_access_key, size_t net_access_key_len, const u8 *csign_key, size_t csign_key_len, unsigned int freq, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_reconfig_auth_req_rx() argument 648 dpp_reconfig_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_reconfig_auth_resp_rx() argument 833 dpp_reconfig_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_reconfig_auth_conf_rx() argument [all...] |
H A D | dpp_auth.c | 72 u8 *attr_start, *attr_end; in dpp_auth_build_req() local 90 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_req() 199 addr[1] = attr_start; in dpp_auth_build_req() 200 len[1] = attr_end - attr_start; in dpp_auth_build_req() 251 u8 *attr_start, *attr_end, *pos; in dpp_auth_build_resp() local 271 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_resp() 385 addr[1] = attr_start; in dpp_auth_build_resp() 386 len[1] = attr_end - attr_start; in dpp_auth_build_resp() 671 unsigned int freq, const u8 *hdr, const u8 *attr_start, in dpp_auth_req_rx() 698 wrapped_data = dpp_get_attr(attr_start, attr_le in dpp_auth_req_rx() 668 dpp_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, u8 dpp_allowed_roles, int qr_mutual, struct dpp_bootstrap_info *peer_bi, struct dpp_bootstrap_info *own_bi, unsigned int freq, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_auth_req_rx() argument 968 u8 *attr_start, *attr_end; dpp_auth_build_conf() local 1305 dpp_auth_resp_rx_status(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, const u8 *wrapped_data, u16 wrapped_data_len, enum dpp_status_error status) dpp_auth_resp_rx_status() argument 1403 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_auth_resp_rx() argument 1743 dpp_auth_conf_rx_failure(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, const u8 *wrapped_data, u16 wrapped_data_len, enum dpp_status_error status) dpp_auth_conf_rx_failure() argument 1814 dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_auth_conf_rx() argument [all...] |
H A D | dpp.h | 537 unsigned int freq, const u8 *hdr, const u8 *attr_start, 541 const u8 *attr_start, size_t attr_len); 549 const u8 *attr_start, size_t attr_len); 567 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, 573 const u8 *attr_start, size_t attr_len); 578 const u8 *attr_start, 728 const u8 *attr_start, size_t attr_len); 731 const u8 *attr_start, size_t attr_len); 733 const u8 *attr_start, size_t attr_len);
|
H A D | dpp.c | 1886 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, in dpp_conf_req_rx() argument 1906 if (dpp_check_attrs(attr_start, attr_len) < 0) { in dpp_conf_req_rx() 1911 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, in dpp_conf_req_rx() 3007 const u8 *attr_start, size_t attr_len) in dpp_conf_result_rx() 3017 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, in dpp_conf_result_rx() 3027 attr_len = wrapped_data - 4 - attr_start; in dpp_conf_result_rx() 3031 addr[1] = attr_start; in dpp_conf_result_rx() 3158 const u8 *attr_start, in dpp_conn_status_result_rx() 3176 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, in dpp_conn_status_result_rx() 3186 attr_len = wrapped_data - 4 - attr_start; in dpp_conn_status_result_rx() 3005 dpp_conf_result_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_conf_result_rx() argument 3156 dpp_conn_status_result_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, u8 *ssid, size_t *ssid_len, char **channel_list) dpp_conn_status_result_rx() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.h | 409 unsigned int freq, const u8 *hdr, const u8 *attr_start, 413 const u8 *attr_start, size_t attr_len); 417 const u8 *attr_start, size_t attr_len); 433 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, 439 const u8 *attr_start, size_t attr_len);
|
H A D | dpp.c | 1682 u8 *attr_start, *attr_end; in dpp_auth_build_req() local 1700 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_req() 1807 addr[1] = attr_start; in dpp_auth_build_req() 1808 len[1] = attr_end - attr_start; in dpp_auth_build_req() 1859 u8 *attr_start, *attr_end, *pos; in dpp_auth_build_resp() local 1878 attr_start = wpabuf_put(msg, 0); in dpp_auth_build_resp() 1990 addr[1] = attr_start; in dpp_auth_build_resp() 1991 len[1] = attr_end - attr_start; in dpp_auth_build_resp() 3075 unsigned int freq, const u8 *hdr, const u8 *attr_start, in dpp_auth_req_rx() 3103 wrapped_data = dpp_get_attr(attr_start, attr_le in dpp_auth_req_rx() 3072 dpp_auth_req_rx(void *msg_ctx, u8 dpp_allowed_roles, int qr_mutual, struct dpp_bootstrap_info *peer_bi, struct dpp_bootstrap_info *own_bi, unsigned int freq, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_auth_req_rx() argument 3372 u8 *attr_start, *attr_end; dpp_auth_build_conf() local 3539 dpp_auth_resp_rx_status(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, const u8 *wrapped_data, u16 wrapped_data_len, enum dpp_status_error status) dpp_auth_resp_rx_status() argument 3637 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_auth_resp_rx() argument 3969 dpp_auth_conf_rx_failure(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, const u8 *wrapped_data, u16 wrapped_data_len, enum dpp_status_error status) dpp_auth_conf_rx_failure() argument 4040 dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_auth_conf_rx() argument 4974 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, size_t attr_len) dpp_conf_req_rx() argument 6013 dpp_conf_result_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_conf_result_rx() argument [all...] |