Home
last modified time | relevance | path

Searched refs:attr_start (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/common/
HDdpp.h409 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);
HDdpp.c1682 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() argument
3103 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, in dpp_auth_req_rx()
[all …]