Home
last modified time | relevance | path

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

/net/mac802154/
A Dscan.c528 frame.mhr.fc.security_enabled = 0; in mac802154_perform_association()
529 frame.mhr.fc.frame_pending = 0; in mac802154_perform_association()
531 frame.mhr.fc.intra_pan = 0; in mac802154_perform_association()
539 frame.mhr.dest.mode = coord->mode; in mac802154_perform_association()
655 frame.mhr.fc.security_enabled = 0; in mac802154_send_disassociation_notif()
656 frame.mhr.fc.frame_pending = 0; in mac802154_send_disassociation_notif()
657 frame.mhr.fc.ack_request = 1; in mac802154_send_disassociation_notif()
658 frame.mhr.fc.intra_pan = 1; in mac802154_send_disassociation_notif()
716 frame.mhr.fc.security_enabled = 0; in mac802154_send_association_resp_locked()
717 frame.mhr.fc.frame_pending = 0; in mac802154_send_association_resp_locked()
[all …]
/net/ieee802154/
A Dheader_ops.c128 struct ieee802154_hdr *mhr = &frame->mhr; in ieee802154_mac_cmd_push() local
131 skb_reserve(skb, sizeof(*mhr)); in ieee802154_mac_cmd_push()
132 ret = ieee802154_hdr_push(skb, mhr); in ieee802154_mac_cmd_push()
150 struct ieee802154_hdr *mhr = &beacon->mhr; in ieee802154_beacon_push() local
153 skb_reserve(skb, sizeof(*mhr)); in ieee802154_beacon_push()
154 ret = ieee802154_hdr_push(skb, mhr); in ieee802154_beacon_push()

Completed in 11 milliseconds