Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_pkex.c349 const u8 *attr_group, *attr_id, *attr_key; in dpp_pkex_rx_exchange_req() local
406 attr_group = dpp_get_attr(buf, len, DPP_ATTR_FINITE_CYCLIC_GROUP, in dpp_pkex_rx_exchange_req()
408 if (!attr_group || attr_group_len != 2) { in dpp_pkex_rx_exchange_req()
413 ike_group = WPA_GET_LE16(attr_group); in dpp_pkex_rx_exchange_req()
701 const u8 *attr_status, *attr_id, *attr_key, *attr_group; in dpp_pkex_rx_exchange_resp() local
764 attr_group = dpp_get_attr(buf, buflen, in dpp_pkex_rx_exchange_resp()
767 if (attr_group && attr_group_len == 2) { in dpp_pkex_rx_exchange_resp()
770 WPA_GET_LE16(attr_group)); in dpp_pkex_rx_exchange_resp()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c905 static void free_hsag(struct kobject *kobj, struct attribute_group *attr_group) in free_hsag() argument
909 sysfs_remove_group(kobj, attr_group); in free_hsag()
911 for (attr = attr_group->attrs; *attr; attr++) in free_hsag()
913 kfree(attr_group); in free_hsag()