Lines Matching refs:fc

141 	local->scan_beacon_req.mhr.fc.type = IEEE802154_FC_TYPE_MAC_CMD;  in mac802154_scan_prepare_beacon_req()
142 local->scan_beacon_req.mhr.fc.dest_addr_mode = IEEE802154_SHORT_ADDRESSING; in mac802154_scan_prepare_beacon_req()
143 local->scan_beacon_req.mhr.fc.version = IEEE802154_2003_STD; in mac802154_scan_prepare_beacon_req()
144 local->scan_beacon_req.mhr.fc.source_addr_mode = IEEE802154_NO_ADDRESSING; in mac802154_scan_prepare_beacon_req()
484 local->beacon.mhr.fc.type = IEEE802154_FC_TYPE_BEACON; in mac802154_send_beacons_locked()
485 local->beacon.mhr.fc.security_enabled = 0; in mac802154_send_beacons_locked()
486 local->beacon.mhr.fc.frame_pending = 0; in mac802154_send_beacons_locked()
487 local->beacon.mhr.fc.ack_request = 0; in mac802154_send_beacons_locked()
488 local->beacon.mhr.fc.intra_pan = 0; in mac802154_send_beacons_locked()
489 local->beacon.mhr.fc.dest_addr_mode = IEEE802154_NO_ADDRESSING; in mac802154_send_beacons_locked()
490 local->beacon.mhr.fc.version = IEEE802154_2003_STD; in mac802154_send_beacons_locked()
491 local->beacon.mhr.fc.source_addr_mode = IEEE802154_EXTENDED_ADDRESSING; in mac802154_send_beacons_locked()
527 frame.mhr.fc.type = IEEE802154_FC_TYPE_MAC_CMD; in mac802154_perform_association()
528 frame.mhr.fc.security_enabled = 0; in mac802154_perform_association()
529 frame.mhr.fc.frame_pending = 0; in mac802154_perform_association()
530 frame.mhr.fc.ack_request = 1; /* We always expect an ack here */ in mac802154_perform_association()
531 frame.mhr.fc.intra_pan = 0; in mac802154_perform_association()
532 frame.mhr.fc.dest_addr_mode = (coord->mode == IEEE802154_ADDR_LONG) ? in mac802154_perform_association()
534 frame.mhr.fc.version = IEEE802154_2003_STD; in mac802154_perform_association()
535 frame.mhr.fc.source_addr_mode = IEEE802154_EXTENDED_ADDRESSING; in mac802154_perform_association()
654 frame.mhr.fc.type = IEEE802154_FC_TYPE_MAC_CMD; in mac802154_send_disassociation_notif()
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()
659 frame.mhr.fc.dest_addr_mode = (target->mode == IEEE802154_ADDR_LONG) ? in mac802154_send_disassociation_notif()
661 frame.mhr.fc.version = IEEE802154_2003_STD; in mac802154_send_disassociation_notif()
662 frame.mhr.fc.source_addr_mode = IEEE802154_EXTENDED_ADDRESSING; in mac802154_send_disassociation_notif()
715 frame.mhr.fc.type = IEEE802154_FC_TYPE_MAC_CMD; in mac802154_send_association_resp_locked()
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()
718 frame.mhr.fc.ack_request = 1; /* We always expect an ack here */ in mac802154_send_association_resp_locked()
719 frame.mhr.fc.intra_pan = 1; in mac802154_send_association_resp_locked()
720 frame.mhr.fc.dest_addr_mode = IEEE802154_EXTENDED_ADDRESSING; in mac802154_send_association_resp_locked()
721 frame.mhr.fc.version = IEEE802154_2003_STD; in mac802154_send_association_resp_locked()
722 frame.mhr.fc.source_addr_mode = IEEE802154_EXTENDED_ADDRESSING; in mac802154_send_association_resp_locked()