Searched refs:max_assoc (Results 1 – 2 of 2) sorted by relevance
392 unsigned int max_assoc; in mac802154_disassociate_from_parent() local401 max_assoc = cfg802154_set_max_associations(wpan_dev, 0); in mac802154_disassociate_from_parent()442 cfg802154_set_max_associations(wpan_dev, max_assoc); in mac802154_disassociate_from_parent()
1703 unsigned int max_assoc; in nl802154_set_max_associations() local1710 max_assoc = nla_get_u32(info->attrs[NL802154_ATTR_MAX_ASSOCIATIONS]); in nl802154_set_max_associations()1713 cfg802154_set_max_associations(wpan_dev, max_assoc); in nl802154_set_max_associations()
Completed in 11 milliseconds