Lines Matching refs:short_addr
147 local->scan_beacon_req.mhr.dest.short_addr = cpu_to_le16(IEEE802154_ADDR_BROADCAST); in mac802154_scan_prepare_beacon_req()
518 __le16 *short_addr) in mac802154_perform_association() argument
544 frame.mhr.dest.short_addr = coord->short_addr; in mac802154_perform_association()
600 *short_addr = local->assoc_addr; in mac802154_perform_association()
631 local->assoc_addr = resp_pl.short_addr; in mac802154_process_association_resp()
671 frame.mhr.dest.short_addr = target->short_addr; in mac802154_send_disassociation_notif()
783 unlikely(dest->short_addr != wpan_dev->short_addr)) in mac802154_process_association_req()
816 assoc_resp_pl.short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_BROADCAST); in mac802154_process_association_req()
824 assoc_resp_pl.short_addr = cfg802154_get_free_short_addr(wpan_dev); in mac802154_process_association_req()
827 assoc_resp_pl.short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_UNSPEC); in mac802154_process_association_req()
829 child->short_addr = assoc_resp_pl.short_addr; in mac802154_process_association_req()
832 &ceaddr, le16_to_cpu(child->short_addr)); in mac802154_process_association_req()
885 unlikely(dest->short_addr != wpan_dev->short_addr)) in mac802154_process_disassociation_notif()