Home
last modified time | relevance | path

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

/linux/net/ieee802154/
H A Dpan.c33 bool is_assoc; in cfg802154_device_is_associated() local
36 is_assoc = !list_empty(&wpan_dev->children) || wpan_dev->parent; in cfg802154_device_is_associated()
39 return is_assoc; in cfg802154_device_is_associated()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c1943 if (!hw_crypto_disabled && param->is_assoc) in ath11k_wmi_copy_peer_flags()