Lines Matching full:pan
257 /* Requires the context lock to be held and the PAN ID to be set. */
285 * references to the PAN; the MLME shall set macPanId, macShortAddress, in remove_association()
329 * * The Destination PAN ID field shall contain the value of in ieee802154_handle_mac_command()
330 * macPanId, while the Source PAN ID field shall be omitted. in ieee802154_handle_mac_command()
397 * * The Destination PAN ID field shall contain the value of macPanId. in ieee802154_handle_mac_command()
398 * * The Source PAN ID field shall be omitted. in ieee802154_handle_mac_command()
400 * PAN, then the Destination Address field shall contain the in ieee802154_handle_mac_command()
401 * address of the device being removed from the PAN (asserted in ieee802154_handle_mac_command()
457 /* Validate the coordinator's PAN ID. */ in ieee802154_associate()
459 NET_ERR("Could not associate: PAN ID is special value 'not associated'"); in ieee802154_associate()
465 /* If the Version field is set to 0b10, the Source PAN ID field is in ieee802154_associate()
466 * omitted. Otherwise, the Source PAN ID field shall contain the in ieee802154_associate()
467 * broadcast PAN ID. in ieee802154_associate()
540 /* section 6.4.1, Association: Set macPanId to the coordinator's PAN ID. */ in ieee802154_associate()
565 * existing PAN. in ieee802154_associate()
654 * * The Destination PAN ID field shall contain the value of macPanId. in ieee802154_disassociate()
655 * * If an associated device is disassociating from the PAN, then the in ieee802154_disassociate()
676 /* If an associated device wants to leave the PAN, the MLME of the device in ieee802154_disassociate()
765 NET_ERR("Could not set parameter: already associated to a PAN"); in ieee802154_set_parameters()
811 /* A PAN is required when associating, in ieee802154_set_parameters()
817 "to a PAN"); in ieee802154_set_parameters()
935 NET_ERR("Could not set security parameters: already associated to a PAN"); in ieee802154_set_security_settings()